summaryrefslogtreecommitdiffstats
path: root/x11vnc/remote.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/remote.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/remote.c')
-rw-r--r--x11vnc/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/remote.c b/x11vnc/remote.c
index 9666796..cd80538 100644
--- a/x11vnc/remote.c
+++ b/x11vnc/remote.c
@@ -4005,7 +4005,7 @@ char *process_remote_cmd(char *cmd, int stringonly) {
snprintf(buf, bufn, "aro=%s:%d", p, no_external_cmds);
} else if (!strcmp(p, "passwdfile")) {
snprintf(buf, bufn, "aro=%s:%s", p, NONUL(passwdfile));
-#ifndef REL81
+#ifndef REL8x
} else if (!strcmp(p, "unixpw")) {
snprintf(buf, bufn, "aro=%s:%d", p, unixpw);
} else if (!strcmp(p, "unixpw_nis")) {