diff options
author | runge <runge> | 2006-10-30 02:58:24 +0000 |
---|---|---|
committer | runge <runge> | 2006-10-30 02:58:24 +0000 |
commit | 17f88b494cd20e3c93ef77f3e1e68c7166c767ea (patch) | |
tree | 0de9818508f0128cfbb9da9dace28f2b5552d356 /x11vnc/x11vnc_defs.c | |
parent | 5738e33f859563a566b059e15a517120c4c215b8 (diff) | |
download | libtdevnc-17f88b494cd20e3c93ef77f3e1e68c7166c767ea.tar.gz libtdevnc-17f88b494cd20e3c93ef77f3e1e68c7166c767ea.zip |
x11vnc: Add tip about how to reenable RECORD extension.
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 42511c3..beb31d2 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.3 lastmod: 2006-10-11"; +char lastmod[] = "0.8.3 lastmod: 2006-10-29"; /* X display info */ |