diff options
author | runge <runge> | 2008-11-05 01:18:29 +0000 |
---|---|---|
committer | runge <runge> | 2008-11-05 01:18:29 +0000 |
commit | 63b98dba790fa9835e970b8502d93258862a9373 (patch) | |
tree | 52b5ba99d6f9fe4b8a818eee16955e5e4e5b50de /x11vnc/x11vnc_defs.c | |
parent | cb67ada73b007d5f237a281576f753ec6c15844b (diff) | |
download | libtdevnc-63b98dba790fa9835e970b8502d93258862a9373.tar.gz libtdevnc-63b98dba790fa9835e970b8502d93258862a9373.zip |
x11vnc: add zeroconf external helpers (avahi-publish and
dns-sd). Alias -zeroconf. Close pipeinput_fh on exit.
Kludge to make -solid work on MacOSX console. Attempt at
cpp macros to disable newer libvncserver interfaces.
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 d326508..78fcf5f 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.6 lastmod: 2008-10-29"; +char lastmod[] = "0.9.6 lastmod: 2008-11-04"; /* X display info */ |