/[rdesktop]/sourceforge.net/trunk/rdesktop/parse.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/parse.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by matty, Fri Jul 7 09:40:03 2000 UTC revision 9 by matty, Tue Jul 25 12:34:29 2000 UTC
# Line 41  typedef struct connection Line 41  typedef struct connection
41  {  {
42          /* User interface */          /* User interface */
43          HWINDOW wnd;          HWINDOW wnd;
44          HBITMAP bmpcache[8];          HBITMAP bmpcache[3][600];
45            FONT_GLYPH fontcache[12][256];
46            BLOB textcache[256];
47            uint8 deskcache[0x38400];
48    
49          /* Parsing layer */          /* Parsing layer */
50          struct stream in;          struct stream in;
# Line 61  typedef struct connection Line 64  typedef struct connection
64  #define PUSH_LAYER(s,v,l)  { s.v = s.offset; s.offset += l; }  #define PUSH_LAYER(s,v,l)  { s.v = s.offset; s.offset += l; }
65  #define POP_LAYER(s,v)     { s.offset = s.v; }  #define POP_LAYER(s,v)     { s.offset = s.v; }
66  #define MARK_END(s)        { s.end = s.offset; }  #define MARK_END(s)        { s.end = s.offset; }
67    #define PRS_ERROR(s)       (!(s)->error)

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26