[BACK]Return to fconsvar.h CVS log [TXT][DIR] Up to [local] / funnyos / dev / fcons

Diff for /funnyos/dev/fcons/fconsvar.h between version 1.6 and 1.7

version 1.6, 2007/10/16 22:07:19 version 1.7, 2007/10/16 22:10:32
Line 17 
Line 17 
   
 struct fcons_dd {  struct fcons_dd {
         /* current cursor position */          /* current cursor position */
         uint8_t currow;          uint8_t         fd_currow;
         uint8_t curcol;          uint8_t         fd_curcol;
   
         struct fcons_handle fd_fh;          struct fcons_handle fd_fh;
 };  };

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb