xserver

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

ddxPrivate.c (204B)


      1 
      2 #ifdef HAVE_DIX_CONFIG_H
      3 #include <dix-config.h>
      4 #endif
      5 
      6 #include <X11/X.h>
      7 #include "windowstr.h"
      8 #include <xkbsrv.h>
      9 
     10 int
     11 XkbDDXPrivate(DeviceIntPtr dev, KeyCode key, XkbAction *act)
     12 {
     13     return 0;
     14 }