diff options
author | runge <runge> | 2007-08-19 19:13:12 +0000 |
---|---|---|
committer | runge <runge> | 2007-08-19 19:13:12 +0000 |
commit | 222ecab5cae7add1186bbfe3bf50608b0d90b0c1 (patch) | |
tree | 6c0580cc8c4dd6fffd6492e67017cc10738e89c4 /x11vnc/x11vnc_defs.c | |
parent | a69ed666eb66fc9a4d93a2fd9496c99d82e0d4d3 (diff) | |
download | libtdevnc-222ecab5cae7add1186bbfe3bf50608b0d90b0c1.tar.gz libtdevnc-222ecab5cae7add1186bbfe3bf50608b0d90b0c1.zip |
x11vnc: better -xkb tie-breaking for up keystrokes. Add Xsrv/FD_XSRV custom server to FINDCREATEDISPLAY list.
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 dff6f19..1ca84a6 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.3 lastmod: 2007-08-17"; +char lastmod[] = "0.9.3 lastmod: 2007-08-19"; /* X display info */ |