/[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 855 by stargo, Sun Mar 13 13:18:48 2005 UTC revision 905 by jdmeijer, Fri May 20 22:09:32 2005 UTC
# Line 22  Line 22 
22  #define TCP_PORT_RDP 3389  #define TCP_PORT_RDP 3389
23    
24  #define DEFAULT_CODEPAGE        "UTF-8"  #define DEFAULT_CODEPAGE        "UTF-8"
25  #define WINDOWS_CODEPAGE        "UTF-16"  #define WINDOWS_CODEPAGE        "UTF-16LE"
26    
27  /* ISO PDU codes */  /* ISO PDU codes */
28  enum ISO_PDU_CODE  enum ISO_PDU_CODE
# Line 118  enum RDP_DATA_PDU_TYPE Line 118  enum RDP_DATA_PDU_TYPE
118          RDP_DATA_PDU_INPUT = 28,          RDP_DATA_PDU_INPUT = 28,
119          RDP_DATA_PDU_SYNCHRONISE = 31,          RDP_DATA_PDU_SYNCHRONISE = 31,
120          RDP_DATA_PDU_BELL = 34,          RDP_DATA_PDU_BELL = 34,
121            RDP_DATA_PDU_CLIENT_WINDOW_STATUS = 35,
122          RDP_DATA_PDU_LOGON = 38,          RDP_DATA_PDU_LOGON = 38,
123          RDP_DATA_PDU_FONT2 = 39,          RDP_DATA_PDU_FONT2 = 39,
124          RDP_DATA_PDU_KEYBOARD_INDICATORS = 41,          RDP_DATA_PDU_KEYBOARD_INDICATORS = 41,
# Line 256  enum RDP_INPUT_DEVICE Line 257  enum RDP_INPUT_DEVICE
257  /* Logon flags */  /* Logon flags */
258  #define RDP_LOGON_AUTO          0x0008  #define RDP_LOGON_AUTO          0x0008
259  #define RDP_LOGON_NORMAL        0x0033  #define RDP_LOGON_NORMAL        0x0033
260  #define RDP_COMPRESSION         0x0080  #define RDP_LOGON_COMPRESSION   0x0080  /* mppc compression with 8kB histroy buffer */
261  #define RDP_LOGON_BLOB          0x0100  #define RDP_LOGON_BLOB          0x0100
262    #define RDP_LOGON_COMPRESSION2  0x0200  /* rdp5 mppc compression with 64kB history buffer */
263  #define RDP_LOGON_LEAVE_AUDIO   0x2000  #define RDP_LOGON_LEAVE_AUDIO   0x2000
264    
265  #define RDP5_DISABLE_NOTHING    0x00  #define RDP5_DISABLE_NOTHING    0x00
# Line 269  enum RDP_INPUT_DEVICE Line 271  enum RDP_INPUT_DEVICE
271  #define RDP5_NO_CURSORSETTINGS  0x40    /* disables cursor blinking */  #define RDP5_NO_CURSORSETTINGS  0x40    /* disables cursor blinking */
272    
273  /* compression types */  /* compression types */
274    #define RDP_MPPC_BIG            0x01
275  #define RDP_MPPC_COMPRESSED     0x20  #define RDP_MPPC_COMPRESSED     0x20
276  #define RDP_MPPC_RESET          0x40  #define RDP_MPPC_RESET          0x40
277  #define RDP_MPPC_FLUSH          0x80  #define RDP_MPPC_FLUSH          0x80
278  #define RDP_MPPC_DICT_SIZE      8192  #define RDP_MPPC_DICT_SIZE      65536
279    
280    #define RDP5_COMPRESSED         0x80
281    
282  /* Keymap flags */  /* Keymap flags */
283  #define MapRightShiftMask   (1<<0)  #define MapRightShiftMask   (1<<0)

Legend:
Removed from v.855  
changed lines
  Added in v.905

  ViewVC Help
Powered by ViewVC 1.1.26