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

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

revision 683 by n-ki, Tue Apr 27 12:55:33 2004 UTC revision 725 by jsorg71, Sun Jun 27 17:51:54 2004 UTC
# Line 199  enum RDP_INPUT_DEVICE Line 199  enum RDP_INPUT_DEVICE
199  #define TEXT2_VERTICAL          0x04  #define TEXT2_VERTICAL          0x04
200  #define TEXT2_IMPLICIT_X        0x20  #define TEXT2_IMPLICIT_X        0x20
201    
202    /* RDP bitmap cache (version 2) constants */
203    #define BMPCACHE2_C0_CELLS      0x78
204    #define BMPCACHE2_C1_CELLS      0x78
205    #define BMPCACHE2_C2_CELLS      0x150
206    #define BMPCACHE2_NUM_PSTCELLS  0x9f6
207    
208    #define PDU_FLAG_FIRST          0x01
209    #define PDU_FLAG_LAST           0x02
210    
211  /* RDP capabilities */  /* RDP capabilities */
212  #define RDP_CAPSET_GENERAL      1       /* Maps to generalCapabilitySet in T.128 page 138 */  #define RDP_CAPSET_GENERAL      1       /* Maps to generalCapabilitySet in T.128 page 138 */
213  #define RDP_CAPLEN_GENERAL      0x18  #define RDP_CAPLEN_GENERAL      0x18
# Line 231  enum RDP_INPUT_DEVICE Line 240  enum RDP_INPUT_DEVICE
240  #define RDP_CAPSET_COLCACHE     10  #define RDP_CAPSET_COLCACHE     10
241  #define RDP_CAPLEN_COLCACHE     0x08  #define RDP_CAPLEN_COLCACHE     0x08
242    
243  #define RDP_CAPSET_UNKNOWN      13  #define RDP_CAPSET_BMPCACHE2    19
244  #define RDP_CAPLEN_UNKNOWN      0x9C  #define RDP_CAPLEN_BMPCACHE2    0x28
245    #define BMPCACHE2_FLAG_PERSIST  (1<<31)
246    
247  #define RDP_SOURCE              "MSTSC"  #define RDP_SOURCE              "MSTSC"
248    

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

  ViewVC Help
Powered by ViewVC 1.1.26