diff options
author | runge <runge> | 2006-01-22 03:56:23 +0000 |
---|---|---|
committer | runge <runge> | 2006-01-22 03:56:23 +0000 |
commit | 1967913e9530139eb355b7b3108bb12314ba47da (patch) | |
tree | f6bcde8135b62c53d9c9a99cf4a655a6bad86b74 /x11vnc/x11vnc_defs.c | |
parent | 17e6b6a2bf6def6b380bee2fcc0fb9e8254518f4 (diff) | |
download | libtdevnc-1967913e9530139eb355b7b3108bb12314ba47da.tar.gz libtdevnc-1967913e9530139eb355b7b3108bb12314ba47da.zip |
x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crash
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 c992008..a4ec2ec 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 lastmod: 2006-01-18"; +char lastmod[] = "0.8 lastmod: 2006-01-21"; /* X display info */ |