diff options
author | runge <runge> | 2008-02-01 02:05:10 +0000 |
---|---|---|
committer | runge <runge> | 2008-02-01 02:05:10 +0000 |
commit | 7e7ef1b4716839045c4904c472564f13290ebd8b (patch) | |
tree | 030f74552aedb6036a3c4a918f030f9cdbb03c6f /x11vnc/x11vnc.h | |
parent | c17aef31ac3540a04707a7f14f04524cc76c93d0 (diff) | |
download | libtdevnc-7e7ef1b4716839045c4904c472564f13290ebd8b.tar.gz libtdevnc-7e7ef1b4716839045c4904c472564f13290ebd8b.zip |
x11vnc: during speeds estimate, guard against client disconnecting.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index 03044a0..d5fad60 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -483,6 +483,7 @@ extern int hack_val; /* last client to move pointer */ extern rfbClientPtr last_pointer_client; extern rfbClientPtr latest_client; +extern double last_client_gone; extern int waited_for_client; extern int findcreatedisplay; |