diff options
author | runge <runge@karlrunge.com> | 2009-12-18 23:38:28 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-12-18 23:38:28 -0500 |
commit | 95f709fa60acbf900bddc4284682e9dfcf314697 (patch) | |
tree | 2904f1c11e356957440e3eb0f7ba80d71c045afb /x11vnc/x11vnc_defs.c | |
parent | 06987b1c0216429e6744bf5a2c306d0e6853f879 (diff) | |
download | libtdevnc-95f709fa.tar.gz libtdevnc-95f709fa.zip |
Add tag=... to unixpw opts to set FD_TAG. Prefer Xvfb over Xdummy.
Reduce wait time for https. Add 'Login succeeded' output to unixpw panel.
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 a3ae5c0..42a8198 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-17"; +char lastmod[] = "0.9.9 lastmod: 2009-12-18"; /* X display info */ |