/[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 375 by jsorg71, Fri May 16 21:55:14 2003 UTC revision 725 by jsorg71, Sun Jun 27 17:51:54 2004 UTC
# Line 46  enum RDP_SECONDARY_ORDER_TYPE Line 46  enum RDP_SECONDARY_ORDER_TYPE
46          RDP_ORDER_RAW_BMPCACHE = 0,          RDP_ORDER_RAW_BMPCACHE = 0,
47          RDP_ORDER_COLCACHE = 1,          RDP_ORDER_COLCACHE = 1,
48          RDP_ORDER_BMPCACHE = 2,          RDP_ORDER_BMPCACHE = 2,
49          RDP_ORDER_FONTCACHE = 3          RDP_ORDER_FONTCACHE = 3,
50            RDP_ORDER_RAW_BMPCACHE2 = 4,
51            RDP_ORDER_BMPCACHE2 = 5
52  };  };
53    
54  typedef struct _DESTBLT_ORDER  typedef struct _DESTBLT_ORDER
# Line 252  typedef struct _RDP_BMPCACHE_ORDER Line 254  typedef struct _RDP_BMPCACHE_ORDER
254  }  }
255  RDP_BMPCACHE_ORDER;  RDP_BMPCACHE_ORDER;
256    
257    /* RDP_BMPCACHE2_ORDER */
258    #define ID_MASK                 0x0007
259    #define MODE_MASK               0x0038
260    #define SQUARE                  0x0080
261    #define PERSIST                 0x0100
262    #define FLAG_51_UNKNOWN         0x0800
263    
264    #define MODE_SHIFT              3
265    
266    #define LONG_FORMAT             0x80
267    #define BUFSIZE_MASK            0x3FFF  /* or 0x1FFF? */
268    
269  #define MAX_GLYPH 32  #define MAX_GLYPH 32
270    
271  typedef struct _RDP_FONT_GLYPH  typedef struct _RDP_FONT_GLYPH

Legend:
Removed from v.375  
changed lines
  Added in v.725

  ViewVC Help
Powered by ViewVC 1.1.26