diff options
author | runge <runge> | 2007-08-18 17:27:24 +0000 |
---|---|---|
committer | runge <runge> | 2007-08-18 17:27:24 +0000 |
commit | a69ed666eb66fc9a4d93a2fd9496c99d82e0d4d3 (patch) | |
tree | d6da4f5b6e4fd1ff101cc9034cdeb82c3fa2f61f /x11vnc/x11vnc_defs.c | |
parent | f31f7159b585690a4fed69e80c1559bb0556a6fc (diff) | |
download | libtdevnc-a69ed666eb66fc9a4d93a2fd9496c99d82e0d4d3.tar.gz libtdevnc-a69ed666eb66fc9a4d93a2fd9496c99d82e0d4d3.zip |
x11vnc: improve FINDCREATEDISPLAY (-create) script, FD_GEOM, FD_SESS, FD_OPTS, FD_PROG env vars, add Xvnc support
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 e4fd94a..dff6f19 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.3 lastmod: 2007-08-15"; +char lastmod[] = "0.9.3 lastmod: 2007-08-17"; /* X display info */ |