mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Windows does not have ffs() implementation. added one
Enable RootlessSafeAlpha and RootlessAcceleration for the Windows port too
This commit is contained in:
parent
bb43f234c5
commit
b09f2a0495
2 changed files with 16 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
#endif /* __DARWIN__ */
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#if defined(__CYGWIN__) || defined(WIN32)
|
||||
|
||||
# define ROOTLESS_ACCEL YES
|
||||
# define ROOTLESS_GLOBAL_COORDS TRUE
|
||||
|
|
|
|||
Loading…
Reference in a new issue