diff options
author | runge <runge> | 2006-06-18 23:59:45 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-18 23:59:45 +0000 |
commit | 64e731a9da82e3cc614e274d6fca6f855d0359b7 (patch) | |
tree | 540bca0a021f3e74b768a747bc3d75435848ca0d /x11vnc/connections.h | |
parent | 363ae71df0f25b018136d19eed20be954e1dd088 (diff) | |
download | libtdevnc-64e731a9da82e3cc614e274d6fca6f855d0359b7.tar.gz libtdevnc-64e731a9da82e3cc614e274d6fca6f855d0359b7.zip |
x11vnc: --grabkbd, -grabptr, -env, -allowedcmds, unixpw+WAIT user fred:options
Diffstat (limited to 'x11vnc/connections.h')
-rw-r--r-- | x11vnc/connections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/connections.h b/x11vnc/connections.h index 6b736ed..1f70d42 100644 --- a/x11vnc/connections.h +++ b/x11vnc/connections.h @@ -28,6 +28,7 @@ extern void check_gui_inputs(void); extern enum rfbNewClientAction new_client(rfbClientPtr client); extern void start_client_info_sock(char *host_port_cookie); extern void send_client_info(char *str); +extern void adjust_grabs(int grab, int quiet); extern void check_new_clients(void); #endif /* _X11VNC_CONNECTIONS_H */ |