xserver

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

stub_video.c (202B)


      1 #ifdef HAVE_XORG_CONFIG_H
      2 #include <xorg-config.h>
      3 #endif
      4 
      5 #include "xf86_OSlib.h"
      6 #include "xf86OSpriv.h"
      7 
      8 void
      9 xf86OSInitVidMem(VidMemInfoPtr pVidMem)
     10 {
     11     pVidMem->initialised = TRUE;
     12     return;
     13 }