xserver

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

xstrans.c (319B)


      1 #ifdef HAVE_DIX_CONFIG_H
      2 #include <dix-config.h>
      3 #endif
      4 
      5 #include <X11/Xfuncproto.h>
      6 
      7 /* ErrorF is used by xtrans */
      8 #ifndef HAVE_DIX_CONFIG_H
      9 extern _X_EXPORT void
     10 ErrorF(const char *f, ...)
     11 _X_ATTRIBUTE_PRINTF(1, 2);
     12 #endif
     13 
     14 #define TRANS_REOPEN
     15 #define TRANS_SERVER
     16 #define XSERV_t
     17 #include <X11/Xtrans/transport.c>