summaryrefslogtreecommitdiffstats
path: root/x11vnc/x11vnc.h
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2009-11-18 18:25:36 -0500
committerrunge <runge@karlrunge.com>2009-11-18 18:25:36 -0500
commit09f63f0395fe103fd1442b2b012b98f2cda2dcd3 (patch)
treed38a54ba7dc61a229cdf2b83acf21d86eb672cde /x11vnc/x11vnc.h
parent49cdfb4c1f25b371474f3a355e205471daa08640 (diff)
downloadlibtdevnc-09f63f0395fe103fd1442b2b012b98f2cda2dcd3.tar.gz
libtdevnc-09f63f0395fe103fd1442b2b012b98f2cda2dcd3.zip
x11vnc: -findauth, -auth guess, & etc.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r--x11vnc/x11vnc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h
index 805d889..8e208ea 100644
--- a/x11vnc/x11vnc.h
+++ b/x11vnc/x11vnc.h
@@ -520,7 +520,7 @@ extern unsigned char *tile_has_diff, *tile_tried, *tile_copied;
extern unsigned char *tile_has_xdamage_diff, *tile_row_has_xdamage_diff;
/* times of recent events */
-extern time_t last_event, last_input, last_client;
+extern time_t last_event, last_input, last_client, last_open_xdisplay;
extern time_t last_keyboard_input, last_pointer_input;
extern time_t last_local_input; /* macosx */
extern time_t last_fb_bytes_sent;
@@ -558,6 +558,7 @@ extern char *terminal_services_daemon;
extern int client_count;
extern int clients_served;
+extern int client_normal_count;
/* more transient kludge variables: */
extern int cursor_x, cursor_y; /* x and y from the viewer(s) */