diff options
author | runge <runge> | 2007-05-04 04:06:00 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-04 04:06:00 +0000 |
commit | 6378acecb04b2824179fea0ab168cbfcb960e70d (patch) | |
tree | 231bf1d08220d57c2e49a94e7b0c4e81f6dcde83 /x11vnc/x11vnc_defs.c | |
parent | 85303147a02cce513cb62fc25ab728238dec69b7 (diff) | |
download | libtdevnc-6378acecb04b2824179fea0ab168cbfcb960e70d.tar.gz libtdevnc-6378acecb04b2824179fea0ab168cbfcb960e70d.zip |
x11vnc: add WAITBG=1 env. var, add mwm to -create.
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 ccff26b..ba12eea 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-04-30"; +char lastmod[] = "0.9.1 lastmod: 2007-05-03"; /* X display info */ |