diff options
author | runge <runge> | 2009-01-10 23:03:24 +0000 |
---|---|---|
committer | runge <runge> | 2009-01-10 23:03:24 +0000 |
commit | 198382dcf3c9b86919b7b69b9cedff7a162ba9cf (patch) | |
tree | a06b4a4d410e28439da2b63b4848bc142f918292 /x11vnc/x11vnc_defs.c | |
parent | 91174efbb8e2fb09520477af6593f99b865777b0 (diff) | |
download | libtdevnc-198382dcf3c9b86919b7b69b9cedff7a162ba9cf.tar.gz libtdevnc-198382dcf3c9b86919b7b69b9cedff7a162ba9cf.zip |
x11vnc: fix failure of -8to24 on default depth 24 due to
nonstandard indexed color support changes. Fix small window
for failure after XSendEvent selection call; add env var.
X11VNC_SENDEVENT_SYNC=1 to take even more care.
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 2ce482f..ad16cd0 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-01-03"; +char lastmod[] = "0.9.7 lastmod: 2009-01-07"; /* X display info */ |