/[rdesktop]/sourceforge.net/trunk/rdesktop/orders.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/orders.h

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

revision 207 by matthewc, Thu Sep 26 14:26:46 2002 UTC revision 309 by jsorg71, Tue Feb 4 05:32:13 2003 UTC
# Line 67  typedef struct _PATBLT_ORDER Line 67  typedef struct _PATBLT_ORDER
67          uint16 cx;          uint16 cx;
68          uint16 cy;          uint16 cy;
69          uint8 opcode;          uint8 opcode;
70          uint8 bgcolour;          uint32 bgcolour;
71          uint8 fgcolour;          uint32 fgcolour;
72          BRUSH brush;          BRUSH brush;
73    
74  }  }
# Line 94  typedef struct _LINE_ORDER Line 94  typedef struct _LINE_ORDER
94          uint16 starty;          uint16 starty;
95          uint16 endx;          uint16 endx;
96          uint16 endy;          uint16 endy;
97          uint8 bgcolour;          uint32 bgcolour;
98          uint8 opcode;          uint8 opcode;
99          PEN pen;          PEN pen;
100    
# Line 107  typedef struct _RECT_ORDER Line 107  typedef struct _RECT_ORDER
107          uint16 y;          uint16 y;
108          uint16 cx;          uint16 cx;
109          uint16 cy;          uint16 cy;
110          uint8 colour;          uint32 colour;
111    
112  }  }
113  RECT_ORDER;  RECT_ORDER;
# Line 135  typedef struct _TRIBLT_ORDER Line 135  typedef struct _TRIBLT_ORDER
135          uint8 opcode;          uint8 opcode;
136          uint16 srcx;          uint16 srcx;
137          uint16 srcy;          uint16 srcy;
138          uint8 bgcolour;          uint32 bgcolour;
139          uint8 fgcolour;          uint32 fgcolour;
140          BRUSH brush;          BRUSH brush;
141          uint16 cache_idx;          uint16 cache_idx;
142          uint16 unknown;          uint16 unknown;
# Line 167  typedef struct _POLYLINE_ORDER Line 167  typedef struct _POLYLINE_ORDER
167          uint16 x;          uint16 x;
168          uint16 y;          uint16 y;
169          uint8 opcode;          uint8 opcode;
170          uint8 fgcolour;          uint32 fgcolour;
171          uint8 lines;          uint8 lines;
172          uint8 datasize;          uint8 datasize;
173          uint8 data[MAX_DATA];          uint8 data[MAX_DATA];
# Line 183  typedef struct _TEXT2_ORDER Line 183  typedef struct _TEXT2_ORDER
183          uint8 flags;          uint8 flags;
184          uint8 mixmode;          uint8 mixmode;
185          uint8 unknown;          uint8 unknown;
186          uint8 fgcolour;          uint32 fgcolour;
187          uint8 bgcolour;          uint32 bgcolour;
188          uint16 clipleft;          uint16 clipleft;
189          uint16 cliptop;          uint16 cliptop;
190          uint16 clipright;          uint16 clipright;

Legend:
Removed from v.207  
changed lines
  Added in v.309

  ViewVC Help
Powered by ViewVC 1.1.26