diff options
author | runge <runge@karlrunge.com> | 2009-12-29 19:07:15 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-12-29 19:07:15 -0500 |
commit | a795da8d7ba2a0cc2cd1ea841ecf1dbe60bb1953 (patch) | |
tree | eb9f606f48cd61b5c268d1c4b35648b34c7a1e4c /x11vnc/x11vnc_defs.c | |
parent | 5764cd3fdd669096a84c7e40a2893cd45df090e4 (diff) | |
download | libtdevnc-a795da8d.tar.gz libtdevnc-a795da8d.zip |
x11vnc: rename -create_x to -create_xsrv. Hopefully done fixing Xdummy.
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 ce31d67..6673771 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.10 lastmod: 2009-12-27"; +char lastmod[] = "0.9.10 lastmod: 2009-12-28"; /* X display info */ |