diff options
author | runge <runge> | 2006-07-10 01:58:34 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-10 01:58:34 +0000 |
commit | 0afa1da8cc33e663a1d4162290595d14bbaf197e (patch) | |
tree | c023e329fa37652f207e1a93932f6c99e2dbdb4c /x11vnc/x11vnc_defs.c | |
parent | 079528470d8a1dfeab321ebdc2ab6c42943ed296 (diff) | |
download | libtdevnc-0afa1da8cc33e663a1d4162290595d14bbaf197e.tar.gz libtdevnc-0afa1da8cc33e663a1d4162290595d14bbaf197e.zip |
x11vnc: improve uinput heuristics so button clicks work on qt-embedded.
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
-rw-r--r-- | x11vnc/x11vnc_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 42a4370..dc9bb45 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.8.2 lastmod: 2006-07-08"; +char lastmod[] = "0.8.2 lastmod: 2006-07-09"; /* X display info */ |