~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to miext/rootless/rootlessConfig.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#ifdef __APPLE__
38
38
 
39
 
# define ROOTLESS_GLOBAL_COORDS TRUE
40
39
# define ROOTLESS_PROTECT_ALPHA TRUE
41
40
# define ROOTLESS_REDISPLAY_DELAY 10
42
41
# define ROOTLESS_RESIZE_GRAVITY TRUE
43
 
# undef  ROOTLESS_TRACK_DAMAGE
44
42
/*# define ROOTLESSDEBUG*/
45
43
 
46
44
/* Bit mask for alpha channel with a particular number of bits per
52
50
 
53
51
#if defined(__CYGWIN__) || defined(WIN32)
54
52
 
55
 
# define ROOTLESS_GLOBAL_COORDS TRUE
56
53
# define ROOTLESS_PROTECT_ALPHA NO
57
54
# define ROOTLESS_REDISPLAY_DELAY 10
58
55
# undef  ROOTLESS_RESIZE_GRAVITY
59
 
# undef  ROOTLESS_TRACK_DAMAGE
60
56
/*# define ROOTLESSDEBUG*/
61
57
 
62
58
# define RootlessAlphaMask(bpp) ((bpp) == 32 ? 0xFF000000 : 0)