/[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 69 by astrand, Sat Jul 27 22:35:38 2002 UTC revision 207 by matthewc, Thu Sep 26 14:26:46 2002 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-2000     Copyright (C) Matthew Chapman 1999-2002
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
# Line 251  enum RDP_INPUT_DEVICE Line 251  enum RDP_INPUT_DEVICE
251    
252  #define MapLocalStateMask   (1<<10)  #define MapLocalStateMask   (1<<10)
253    
254    #define MapInhibitMask      (1<<11)
255    
256  #define MASK_ADD_BITS(var, mask) (var |= mask)  #define MASK_ADD_BITS(var, mask) (var |= mask)
257  #define MASK_REMOVE_BITS(var, mask) (var &= ~mask)  #define MASK_REMOVE_BITS(var, mask) (var &= ~mask)
258  #define MASK_HAS_BITS(var, mask) ((var & mask)>0)  #define MASK_HAS_BITS(var, mask) ((var & mask)>0)

Legend:
Removed from v.69  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC 1.1.26