diff options
author | runge <runge> | 2007-05-26 23:22:48 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-26 23:22:48 +0000 |
commit | 7fffc5d3b41565d7ff43cf582c00cee1bdf76474 (patch) | |
tree | 4b54a24366182e80f7f44a9f7ecfc9019769750b /x11vnc/x11vnc_defs.c | |
parent | cb227d4b693333389907efe91c4627badd4b5f20 (diff) | |
download | libtdevnc-7fffc5d3b41565d7ff43cf582c00cee1bdf76474.tar.gz libtdevnc-7fffc5d3b41565d7ff43cf582c00cee1bdf76474.zip |
x11vnc: in -unixpw, initial Escape means no echo username.
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 6e6bf1f..6fc1b49 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.1 lastmod: 2007-05-21"; +char lastmod[] = "0.9.2 lastmod: 2007-05-26"; /* X display info */ |