diff options
author | runge <runge> | 2009-03-13 02:06:17 +0000 |
---|---|---|
committer | runge <runge> | 2009-03-13 02:06:17 +0000 |
commit | 03666d6a17d8d0a1b436d3b781eec1c53e6b65d2 (patch) | |
tree | 6390f75671c85b848d24fb4be26cdaf31d6d6558 /x11vnc/x11vnc_defs.c | |
parent | e2874d343a58e5f5f94739d864545a9d80c4cd87 (diff) | |
download | libtdevnc-03666d6a17d8d0a1b436d3b781eec1c53e6b65d2.tar.gz libtdevnc-03666d6a17d8d0a1b436d3b781eec1c53e6b65d2.zip |
x11vnc: Fix off-screen bug for -ncache_cr copyrect.
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 e23c58f..4f773ca 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.7 lastmod: 2009-03-07"; +char lastmod[] = "0.9.7 lastmod: 2009-03-08"; /* X display info */ |