diff options
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index e59a2a6..216a7d2 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -116,15 +116,18 @@ #define NOGUI #endif +#define SKIP_XKB 0 +#define SKIP_8TO24 0 + #if (SMALL_FOOTPRINT > 1) -#undef LIBVNCSERVER_HAVE_XKEYBOARD +#undef SKIP_XKB +#undef SKIP_8TO24 #undef LIBVNCSERVER_HAVE_LIBXINERAMA -#undef LIBVNCSERVER_HAVE_LIBXRANDR #undef LIBVNCSERVER_HAVE_LIBXFIXES #undef LIBVNCSERVER_HAVE_LIBXDAMAGE -#define LIBVNCSERVER_HAVE_XKEYBOARD 0 +#define SKIP_XKB 1 +#define SKIP_8TO24 1 #define LIBVNCSERVER_HAVE_LIBXINERAMA 0 -#define LIBVNCSERVER_HAVE_LIBXRANDR 0 #define LIBVNCSERVER_HAVE_LIBXFIXES 0 #define LIBVNCSERVER_HAVE_LIBXDAMAGE 0 #endif |