diff options
author | runge <runge> | 2007-01-31 15:41:42 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-31 15:41:42 +0000 |
commit | 1b9082bc8739e5ab186092ca1dcff1736eb91c0e (patch) | |
tree | 9d2a267bcbba93aed87634838c9ac10f36363210 /x11vnc/params.h | |
parent | 1f8da9bde3b7de272228872410143f076662ae13 (diff) | |
download | libtdevnc-1b9082bc8739e5ab186092ca1dcff1736eb91c0e.tar.gz libtdevnc-1b9082bc8739e5ab186092ca1dcff1736eb91c0e.zip |
x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r-- | x11vnc/params.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11vnc/params.h b/x11vnc/params.h index b3733e1..f0dccb6 100644 --- a/x11vnc/params.h +++ b/x11vnc/params.h @@ -5,8 +5,9 @@ #define ICON_MODE_SOCKS 16 +/* had lw=3 for a long time */ #ifndef WIREFRAME_PARMS -#define WIREFRAME_PARMS "0xff,3,0,32+8+8+8,all,0.15+0.30+5.0+0.125" +#define WIREFRAME_PARMS "0xff,2,0,32+8+8+8,all,0.15+0.30+5.0+0.125" #endif #ifndef SCROLL_COPYRECT_PARMS @@ -40,6 +41,7 @@ #define PIPEINPUT_CONSOLE 0x2 #define PIPEINPUT_UINPUT 0x3 #define PIPEINPUT_MACOSX 0x4 +#define PIPEINPUT_VNC 0x5 #define MAX_BUTTONS 5 |