diff options
author | runge <runge> | 2006-06-13 02:35:28 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-13 02:35:28 +0000 |
commit | 06a401f8f81b1fcf94bce6c99e4823d6e697881c (patch) | |
tree | a975775f83fae8e7f5351ddc1f12384278f27660 /x11vnc/x11vnc_defs.c | |
parent | 7a3e236390501c14b9d75d80ea88f8a3e69a337a (diff) | |
download | libtdevnc-06a401f8f81b1fcf94bce6c99e4823d6e697881c.tar.gz libtdevnc-06a401f8f81b1fcf94bce6c99e4823d6e697881c.zip |
x11vnc: -display WAIT:cmd=FINDDISPLAY, HTTPONCE, -http_ssl option, Java fixes.
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
-rw-r--r-- | x11vnc/x11vnc_defs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index c316955..b2cce67 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-06-08"; +char lastmod[] = "0.8.2 lastmod: 2006-06-12"; /* X display info */ @@ -150,4 +150,3 @@ char *program_cmdline = NULL; struct utsname UT; - |