diff options
author | runge <runge> | 2008-06-01 03:36:47 +0000 |
---|---|---|
committer | runge <runge> | 2008-06-01 03:36:47 +0000 |
commit | 65b42bb85354cce814316a646a4a5ed6025a18e3 (patch) | |
tree | 7cac435d5e12f3e49c1e89d3987510afd66b5169 /x11vnc/x11vnc_defs.c | |
parent | 1983292eb0744ef708b0c01877713b59c42a2e13 (diff) | |
download | libtdevnc-65b42bb85354cce814316a646a4a5ed6025a18e3.tar.gz libtdevnc-65b42bb85354cce814316a646a4a5ed6025a18e3.zip |
x11vnc: support colormaps for depths other than 8. xinerama warppointer only if more than one subscreen.
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 fd8798b..fb19402 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.4 lastmod: 2008-05-10"; +char lastmod[] = "0.9.4 lastmod: 2008-05-31"; /* X display info */ |