xserver

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

pseudoramiX.h (147B)


      1 /*
      2  * Minimal implementation of PanoramiX/Xinerama
      3  */
      4 
      5 void
      6 PseudoramiXAddScreen(int x, int y, int w, int h);
      7 void
      8 PseudoramiXResetScreens(void);