/[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 28 by matty, Wed Jun 20 13:54:48 2001 UTC revision 56 by jsorg71, Fri Jul 12 22:40:32 2002 UTC
# Line 86  enum MCS_PDU_TYPE Line 86  enum MCS_PDU_TYPE
86  #define LICENCE_TAG_DEMAND      0x0201  #define LICENCE_TAG_DEMAND      0x0201
87  #define LICENCE_TAG_AUTHREQ     0x0202  #define LICENCE_TAG_AUTHREQ     0x0202
88  #define LICENCE_TAG_ISSUE       0x0203  #define LICENCE_TAG_ISSUE       0x0203
89    #define LICENCE_TAG_REISSUE     0x0204
90    #define LICENCE_TAG_PRESENT     0x0212
91  #define LICENCE_TAG_REQUEST     0x0213  #define LICENCE_TAG_REQUEST     0x0213
92  #define LICENCE_TAG_AUTHRESP    0x0215  #define LICENCE_TAG_AUTHRESP    0x0215
93  #define LICENCE_TAG_RESULT      0x02ff  #define LICENCE_TAG_RESULT      0x02ff
# Line 157  enum RDP_INPUT_DEVICE Line 159  enum RDP_INPUT_DEVICE
159  #define MOUSE_FLAG_BUTTON1      0x1000  #define MOUSE_FLAG_BUTTON1      0x1000
160  #define MOUSE_FLAG_BUTTON2      0x2000  #define MOUSE_FLAG_BUTTON2      0x2000
161  #define MOUSE_FLAG_BUTTON3      0x4000  #define MOUSE_FLAG_BUTTON3      0x4000
162    #define MOUSE_FLAG_BUTTON4      0x0280
163    #define MOUSE_FLAG_BUTTON5      0x0380
164  #define MOUSE_FLAG_DOWN         0x8000  #define MOUSE_FLAG_DOWN         0x8000
165    
166  /* Raster operation masks */  /* Raster operation masks */
# Line 172  enum RDP_INPUT_DEVICE Line 176  enum RDP_INPUT_DEVICE
176  #define MIX_TRANSPARENT 0  #define MIX_TRANSPARENT 0
177  #define MIX_OPAQUE      1  #define MIX_OPAQUE      1
178    
179  #define TEXT2_IMPLICIT_X 0x20  #define TEXT2_VERTICAL          0x04
180    #define TEXT2_IMPLICIT_X        0x20
181    
182  /* RDP capabilities */  /* RDP capabilities */
183  #define RDP_CAPSET_GENERAL      1  #define RDP_CAPSET_GENERAL      1

Legend:
Removed from v.28  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.26