diff options
author | runge <runge@karlrunge.com> | 2010-01-07 23:37:10 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-01-07 23:37:10 -0500 |
commit | 909683fd970fa842a12d2437ea30a624caf2e761 (patch) | |
tree | 55d7b145e0597d9a15b2b1a51ee3a69aa3b6b51e /x11vnc/x11vnc_defs.c | |
parent | 07008deea297c3e1183f0c9bdeb071b128ff4619 (diff) | |
download | libtdevnc-909683fd970fa842a12d2437ea30a624caf2e761.tar.gz libtdevnc-909683fd970fa842a12d2437ea30a624caf2e761.zip |
x11vnc: add modeline creation to 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 8be132a..5d459d3 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: 2010-01-02"; +char lastmod[] = "0.9.10 lastmod: 2010-01-07"; /* X display info */ |