diff options
author | runge <runge> | 2006-01-16 21:42:49 +0000 |
---|---|---|
committer | runge <runge> | 2006-01-16 21:42:49 +0000 |
commit | e38c3c224b19775a70c8ee5b8eddbf81be07a0bd (patch) | |
tree | dc57cd089d228a9b275babe3a855415f8bf10d9a /x11vnc/x11vnc_defs.c | |
parent | 5993dd757e5af00af6565b3411ea10fd46eafbdf (diff) | |
download | libtdevnc-e38c3c224b19775a70c8ee5b8eddbf81be07a0bd.tar.gz libtdevnc-e38c3c224b19775a70c8ee5b8eddbf81be07a0bd.zip |
x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24
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 d9c0488..8221fdf 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-14"; +char lastmod[] = "0.8 lastmod: 2006-01-16"; /* X display info */ |