=================================================================== RCS file: /cvs/funnyos/dev/fcons/fconsvar.h,v retrieving revision 1.6 retrieving revision 1.8 diff -u -r1.6 -r1.8 --- funnyos/dev/fcons/fconsvar.h 2007/10/16 22:07:19 1.6 +++ funnyos/dev/fcons/fconsvar.h 2007/10/29 12:27:19 1.8 @@ -1,5 +1,5 @@ /* - * $Id: fconsvar.h,v 1.6 2007/10/16 21:07:19 init Exp $ + * $Id: fconsvar.h,v 1.8 2007/10/29 12:27:19 init Exp $ */ #ifndef _DEV_FCONS_FCONSVAR_H #define _DEV_FCONS_FCONSVAR_H @@ -17,10 +17,10 @@ struct fcons_dd { /* current cursor position */ - uint8_t currow; - uint8_t curcol; + uint8_t fd_currow; + uint8_t fd_curcol; - struct fcons_handle fd_fh; + struct fcons_handle *fd_fh; };