diff options
author | runge <runge> | 2006-07-11 18:20:23 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-11 18:20:23 +0000 |
commit | 0abd329d6a8dd17b6d0cd28a8f49607c3b03af45 (patch) | |
tree | c4548deb3da9b993ab177f9e756413d086a08d08 /x11vnc/x11vnc_defs.c | |
parent | 0afa1da8cc33e663a1d4162290595d14bbaf197e (diff) | |
download | libtdevnc-0abd329d6a8dd17b6d0cd28a8f49607c3b03af45.tar.gz libtdevnc-0abd329d6a8dd17b6d0cd28a8f49607c3b03af45.zip |
x11vnc: more UINPUT mode tweaks.
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 dc9bb45..1778252 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-09"; +char lastmod[] = "0.8.2 lastmod: 2006-07-11"; /* X display info */ |