diff options
author | runge <runge> | 2008-06-07 21:12:50 +0000 |
---|---|---|
committer | runge <runge> | 2008-06-07 21:12:50 +0000 |
commit | 975b6902344216c2e4b0e1a38320b822639640dc (patch) | |
tree | cb1881214c0c3031f1d0ae9ceb6a6e5a4e12ce37 /x11vnc/x11vnc_defs.c | |
parent | a824cf443df899c8d2178a1bd7581057bd7f60d6 (diff) | |
download | libtdevnc-975b6902.tar.gz libtdevnc-975b6902.zip |
x11vnc: -clip xineramaN option, -DIGNORE_GETSPNAM for HP-UX.
Print info on SSH_CONNECTION override.
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 eb3e1b4..23063ce 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.9.4 lastmod: 2008-06-01"; +char lastmod[] = "0.9.4 lastmod: 2008-06-06"; /* X display info */ |