/[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 10 by matty, Tue Aug 15 10:23:24 2000 UTC revision 15 by matty, Thu Sep 28 05:27:25 2000 UTC
# Line 37  enum RDP_ORDER_TYPE Line 37  enum RDP_ORDER_TYPE
37          RDP_ORDER_DESKSAVE = 11,          RDP_ORDER_DESKSAVE = 11,
38          RDP_ORDER_MEMBLT = 13,          RDP_ORDER_MEMBLT = 13,
39          RDP_ORDER_TRIBLT = 14,          RDP_ORDER_TRIBLT = 14,
40            RDP_ORDER_POLYLINE = 22,
41          RDP_ORDER_TEXT2 = 27          RDP_ORDER_TEXT2 = 27
42  };  };
43    
# Line 151  typedef struct _MEMBLT_ORDER Line 152  typedef struct _MEMBLT_ORDER
152    
153  } MEMBLT_ORDER;  } MEMBLT_ORDER;
154    
155    #define MAX_DATA 256
156    
157    typedef struct _POLYLINE_ORDER
158    {
159            uint16 x;
160            uint16 y;
161            uint8 flags;
162            uint8 fgcolour;
163            uint8 lines;
164            uint8 datasize;
165            uint8 data[MAX_DATA];
166    
167    } POLYLINE_ORDER;
168    
169  #define MAX_TEXT 256  #define MAX_TEXT 256
170    
171  typedef struct _TEXT2_ORDER  typedef struct _TEXT2_ORDER
# Line 189  typedef struct _RDP_ORDER_STATE Line 204  typedef struct _RDP_ORDER_STATE
204          DESKSAVE_ORDER desksave;          DESKSAVE_ORDER desksave;
205          MEMBLT_ORDER memblt;          MEMBLT_ORDER memblt;
206          TRIBLT_ORDER triblt;          TRIBLT_ORDER triblt;
207            POLYLINE_ORDER polyline;
208          TEXT2_ORDER text2;          TEXT2_ORDER text2;
209    
210  } RDP_ORDER_STATE;  } RDP_ORDER_STATE;

Legend:
Removed from v.10  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.26