diff options
author | runge <runge> | 2009-02-22 01:52:18 +0000 |
---|---|---|
committer | runge <runge> | 2009-02-22 01:52:18 +0000 |
commit | d400112c89cc70eb0a8b3d4c4785b8dc7c8fe658 (patch) | |
tree | 19380cd6902aa0335ce642c53db0c7095d039f07 /x11vnc/x11vnc_defs.c | |
parent | e59f78c5eaae3d7d0f98db064df0c85b1da1c7b9 (diff) | |
download | libtdevnc-d400112c89cc70eb0a8b3d4c4785b8dc7c8fe658.tar.gz libtdevnc-d400112c89cc70eb0a8b3d4c4785b8dc7c8fe658.zip |
add -noskip_lockkeys option for future use.
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 88c1fe5..a8dd3a8 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-24"; +char lastmod[] = "0.9.7 lastmod: 2009-02-21"; /* X display info */ |