diff options
author | runge <[email protected]> | 2009-03-16 11:09:53 -0400 |
---|---|---|
committer | runge <[email protected]> | 2009-03-16 11:09:53 -0400 |
commit | 128ee3ec4ebe6dce7d002c33c932c76183c0fa76 (patch) | |
tree | 790e9262aa1376aaf18a1895dc1a1a602cd5465f /x11vnc/x11vnc_defs.c | |
parent | 9ae2e8391de9f2e37193c321cc67d526c3ff919f (diff) | |
download | libtdevnc-128ee3ec4ebe6dce7d002c33c932c76183c0fa76.tar.gz libtdevnc-128ee3ec4ebe6dce7d002c33c932c76183c0fa76.zip |
Add some -remap tricks. Limit rfbCFD message count.
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 1e7ada5..97ec5e0 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -47,7 +47,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-03-14"; +char lastmod[] = "0.9.7 lastmod: 2009-03-15"; /* X display info */ |