xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

xwin-config.h.in (674B)


      1 /*
      2  * xwin-config.h.in
      3  *
      4  * This file has all defines used in the xwin ddx
      5  *
      6  */
      7 #include <dix-config.h>
      8 
      9 /* Winsock networking */
     10 #undef HAS_WINSOCK
     11 
     12 /* Cygwin has /dev/windows for signaling new win32 messages */
     13 #undef HAS_DEVWINDOWS
     14 
     15 /* Switch on debug messages */
     16 #undef CYGDEBUG
     17 #undef CYGWINDOWING_DEBUG
     18 #undef CYGMULTIWINDOW_DEBUG
     19 
     20 /* Define to 1 if unsigned long is 64 bits. */
     21 #undef _XSERVER64
     22 
     23 /* Short vendor name */
     24 #undef XVENDORNAMESHORT
     25 
     26 /* Vendor web address for support */
     27 #undef __VENDORDWEBSUPPORT__
     28 
     29 /* Default log location */
     30 #undef DEFAULT_LOGDIR
     31 
     32 /* Whether we should re-locate the root to where the executable lives */
     33 #undef RELOCATE_PROJECTROOT