/[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 1364 by jsorg71, Thu Jan 4 04:55:56 2007 UTC revision 1475 by jsorg71, Fri Jul 11 03:51:23 2008 UTC
# Line 1  Line 1 
1  /*  /*
2     rdesktop: A Remote Desktop Protocol client.     rdesktop: A Remote Desktop Protocol client.
3     Miscellaneous protocol constants     Miscellaneous protocol constants
4     Copyright (C) Matthew Chapman 1999-2005     Copyright (C) Matthew Chapman 1999-2008
5      
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
8     the Free Software Foundation; either version 2 of the License, or     the Free Software Foundation; either version 2 of the License, or
# Line 251  enum RDP_INPUT_DEVICE Line 251  enum RDP_INPUT_DEVICE
251  #define RDP_CAPSET_COLCACHE     10  #define RDP_CAPSET_COLCACHE     10
252  #define RDP_CAPLEN_COLCACHE     0x08  #define RDP_CAPLEN_COLCACHE     0x08
253    
254    #define RDP_CAPSET_BRUSHCACHE   15
255    #define RDP_CAPLEN_BRUSHCACHE   0x08
256    
257  #define RDP_CAPSET_BMPCACHE2    19  #define RDP_CAPSET_BMPCACHE2    19
258  #define RDP_CAPLEN_BMPCACHE2    0x28  #define RDP_CAPLEN_BMPCACHE2    0x28
259  #define BMPCACHE2_FLAG_PERSIST  ((uint32)1<<31)  #define BMPCACHE2_FLAG_PERSIST  ((uint32)1<<31)
# Line 425  enum RDP_INPUT_DEVICE Line 428  enum RDP_INPUT_DEVICE
428  #define SEAMLESSRDP_POSITION_TIMER 200000  #define SEAMLESSRDP_POSITION_TIMER 200000
429    
430  #define SEAMLESSRDP_CREATE_MODAL        0x0001  #define SEAMLESSRDP_CREATE_MODAL        0x0001
431    #define SEAMLESSRDP_CREATE_TOPMOST      0x0002
432    
433  #define SEAMLESSRDP_HELLO_RECONNECT     0x0001  #define SEAMLESSRDP_HELLO_RECONNECT     0x0001
434  #define SEAMLESSRDP_HELLO_HIDDEN        0x0002  #define SEAMLESSRDP_HELLO_HIDDEN        0x0002

Legend:
Removed from v.1364  
changed lines
  Added in v.1475

  ViewVC Help
Powered by ViewVC 1.1.26