diff options
author | runge <runge> | 2006-03-03 00:30:16 +0000 |
---|---|---|
committer | runge <runge> | 2006-03-03 00:30:16 +0000 |
commit | b03a920cb996bf61af2d9351d2fe497ea3c0c99e (patch) | |
tree | d8b88ff7a0e19659374f8f4b7d443b33adf4b4cb /x11vnc/x11vnc.h | |
parent | f38f67e4e9320a3e0b1472b9c4bae86fcedcbd89 (diff) | |
download | libtdevnc-b03a920cb996bf61af2d9351d2fe497ea3c0c99e.tar.gz libtdevnc-b03a920cb996bf61af2d9351d2fe497ea3c0c99e.zip |
x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SMALL_FOOTPRINT.
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 |