(file) Return to site.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / include

Diff for /xc/programs/Xserver/include/site.h between version 1.4 and 1.5

version 1.4, 1998/10/04 09:39:02 version 1.5, 2000/05/18 16:30:02
Line 41 
Line 41 
 SOFTWARE. SOFTWARE.
  
 ********************************************************/ ********************************************************/
   /* $XFree86$ */
  
 #ifndef SITE_H #ifndef SITE_H
 #define SITE_H #define SITE_H
Line 95 
Line 96 
 #else #else
 #define DEFAULT_AUTOREPEAT      FALSE #define DEFAULT_AUTOREPEAT      FALSE
 #endif #endif
 #ifdef hpux  
 #define DEFAULT_AUTOREPEATS     {\ #define DEFAULT_AUTOREPEATS     {\
         0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\         0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\
         0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\         0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\
         0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\         0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
         0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}         0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
 #else  
 #define DEFAULT_AUTOREPEATS     {\  
         0, 0, 0, 0, 0, 0, 0, 0,\  
         0, 0, 0, 0, 0, 0, 0, 0,\  
         0, 0, 0, 0, 0, 0, 0, 0,\  
         0, 0, 0, 0, 0, 0, 0, 0 }  
 #endif  
 #define DEFAULT_LEDS            0x0        /* all off */ #define DEFAULT_LEDS            0x0        /* all off */
 #define DEFAULT_LEDS_MASK       0xffffffff /* 32 */ #define DEFAULT_LEDS_MASK       0xffffffff /* 32 */
 #define DEFAULT_INT_RESOLUTION          1000 #define DEFAULT_INT_RESOLUTION          1000


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Powered by
ViewCVS 0.9.2