/[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 676 by astrand, Tue Apr 20 07:01:21 2004 UTC revision 683 by n-ki, Tue Apr 27 12:55:33 2004 UTC
# Line 251  enum RDP_INPUT_DEVICE Line 251  enum RDP_INPUT_DEVICE
251  #define RDP5_NO_CURSOR_SHADOW   0x20  #define RDP5_NO_CURSOR_SHADOW   0x20
252  #define RDP5_NO_CURSORSETTINGS  0x40    /* disables cursor blinking */  #define RDP5_NO_CURSORSETTINGS  0x40    /* disables cursor blinking */
253    
254    /* compression types */
255    #define RDP_MPPC_COMPRESSED     0x20
256    #define RDP_MPPC_RESET          0x40
257    #define RDP_MPPC_FLUSH          0x80
258    #define RDP_MPPC_DICT_SIZE      8192
259    
260  /* Keymap flags */  /* Keymap flags */
261  #define MapRightShiftMask   (1<<0)  #define MapRightShiftMask   (1<<0)
262  #define MapLeftShiftMask    (1<<1)  #define MapLeftShiftMask    (1<<1)

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

  ViewVC Help
Powered by ViewVC 1.1.26