diff options
author | runge <runge@karlrunge.com> | 2009-12-18 11:46:10 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-12-18 11:46:10 -0500 |
commit | 06987b1c0216429e6744bf5a2c306d0e6853f879 (patch) | |
tree | f2a3f6e24d5742c4297130cdfc5673550ca53bae /x11vnc/x11vnc_defs.c | |
parent | d6c012e9688d32d80c288541615c01cd082ecf0a (diff) | |
download | libtdevnc-06987b1c0216429e6744bf5a2c306d0e6853f879.tar.gz libtdevnc-06987b1c0216429e6744bf5a2c306d0e6853f879.zip |
x11vnc: fix keycode and other remote control actions under
DIRECT: with an extra XFlush and other safety measures.
fflush(stderr) much in su_verify. Make the -unixpw env. vars
UNIXPW_DISABLE_SSL and UNIXPW_DISABLE_LOCALHOST work correctly.
Make -loopbg actually imply -bg.
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 002e1b9..a3ae5c0 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -47,7 +47,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.9.9 lastmod: 2009-12-14"; +char lastmod[] = "0.9.9 lastmod: 2009-12-17"; /* X display info */ |