diff options
author | runge <runge@karlrunge.com> | 2009-03-31 23:32:47 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-03-31 23:32:47 -0400 |
commit | 4088906b1341709435318226790b06296420a5e2 (patch) | |
tree | 54825ca85d2f5b9a1e3ff70c83bbb7e9cc585f16 /x11vnc/x11vnc_defs.c | |
parent | ea30be6c6ef8eaa5f2229a665e0a84d1119406f7 (diff) | |
download | libtdevnc-4088906b1341709435318226790b06296420a5e2.tar.gz libtdevnc-4088906b1341709435318226790b06296420a5e2.zip |
rebuild for x11vnc dev 0.9.8
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
-rw-r--r-- | x11vnc/x11vnc_defs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 97ec5e0..b9d0ad9 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.7 lastmod: 2009-03-15"; +char lastmod[] = "0.9.8 lastmod: 2009-03-30"; /* X display info */ @@ -187,6 +187,7 @@ int hack_val = 0; rfbClientPtr last_pointer_client = NULL; rfbClientPtr latest_client = NULL; double last_client_gone = 0.0; +double last_new_client = 0.0; int waited_for_client = 0; int findcreatedisplay = 0; |