summaryrefslogtreecommitdiffstats
path: root/x11vnc/x11vnc.c
diff options
context:
space:
mode:
authorrunge <runge>2006-07-10 01:58:34 +0000
committerrunge <runge>2006-07-10 01:58:34 +0000
commit0afa1da8cc33e663a1d4162290595d14bbaf197e (patch)
treec023e329fa37652f207e1a93932f6c99e2dbdb4c /x11vnc/x11vnc.c
parent079528470d8a1dfeab321ebdc2ab6c42943ed296 (diff)
downloadlibtdevnc-0afa1da8cc33e663a1d4162290595d14bbaf197e.tar.gz
libtdevnc-0afa1da8cc33e663a1d4162290595d14bbaf197e.zip
x11vnc: improve uinput heuristics so button clicks work on qt-embedded.
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r--x11vnc/x11vnc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c
index ba6154c..0501e41 100644
--- a/x11vnc/x11vnc.c
+++ b/x11vnc/x11vnc.c
@@ -1642,7 +1642,7 @@ int main(int argc, char* argv[]) {
CHECK_ARGC
passwdfile = strdup(argv[++i]);
got_passwdfile = 1;
-#ifndef REL81
+#ifndef REL8x
} else if (strstr(arg, "-unixpw") == arg) {
unixpw = 1;
if (strstr(arg, "-unixpw_nis")) {