diff options
author | runge <runge> | 2008-01-15 04:27:11 +0000 |
---|---|---|
committer | runge <runge> | 2008-01-15 04:27:11 +0000 |
commit | c07091b3900ad1d66bb9665a892bf93c685d031a (patch) | |
tree | 13be8939702009f53bffec7d85ff61a5fe13789a /x11vnc/x11vnc_defs.c | |
parent | 649f5b2b4615ae67d97eff7f3fa246a1ac41edf9 (diff) | |
download | libvncserver-c07091b3900ad1d66bb9665a892bf93c685d031a.zip libvncserver-c07091b3900ad1d66bb9665a892bf93c685d031a.tar.gz |
x11vnc: -ping option, fix memory corruption in copy_tiles after xrandr resize.
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 a3d53c0..a54be39 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: 2007-12-16"; +char lastmod[] = "0.9.4 lastmod: 2008-01-14"; /* X display info */ |