xserver

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

stub_init.c (299B)


      1 #ifdef HAVE_XORG_CONFIG_H
      2 #include <xorg-config.h>
      3 #endif
      4 
      5 #include "xf86_OSlib.h"
      6 
      7 void
      8 xf86OpenConsole(void)
      9 {
     10 }
     11 
     12 void
     13 xf86CloseConsole(void)
     14 {
     15 }
     16 
     17 int
     18 xf86ProcessArgument(int argc, char *argv[], int i)
     19 {
     20     return 0;
     21 }
     22 
     23 void
     24 xf86UseMsg(void)
     25 {
     26 }
     27 
     28 void
     29 xf86OSInputThreadInit(void)
     30 {
     31     return;
     32 }