mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Bug 783: rootless patches for cygwin
This commit is contained in:
parent
ed7f92e791
commit
c66cc2a219
2 changed files with 16 additions and 2 deletions
|
|
@ -47,4 +47,18 @@
|
|||
|
||||
#endif /* __DARWIN__ */
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
|
||||
# define ROOTLESS_ACCEL YES
|
||||
# define ROOTLESS_GLOBAL_COORDS TRUE
|
||||
# define ROOTLESS_PROTECT_ALPHA NO
|
||||
# define ROOTLESS_REDISPLAY_DELAY 10
|
||||
# undef ROOTLESS_RESIZE_GRAVITY
|
||||
# undef ROOTLESS_TRACK_DAMAGE
|
||||
/*# define ROOTLESSDEBUG*/
|
||||
|
||||
# define RootlessAlphaMask(bpp) ((bpp) == 32 ? 0xFF000000 : 0)
|
||||
|
||||
#endif /* __CYGWIN__ */
|
||||
|
||||
#endif /* _ROOTLESSCONFIG_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue