From 79310af7e7a289d2baf1bdc295daefdcc76ecc0e Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 25 Feb 2006 05:10:37 +0000 Subject: x11vnc: -unixpw and -stunnel. Add clipboard to input control. --- x11vnc/unixpw.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 x11vnc/unixpw.h (limited to 'x11vnc/unixpw.h') diff --git a/x11vnc/unixpw.h b/x11vnc/unixpw.h new file mode 100644 index 0000000..5d22e63 --- /dev/null +++ b/x11vnc/unixpw.h @@ -0,0 +1,15 @@ +#ifndef _X11VNC_UNIXPW_H +#define _X11VNC_UNIXPW_H + +/* -- unixpw.h -- */ + +extern void unixpw_screen(int init); +extern void unixpw_keystroke(rfbBool down, rfbKeySym keysym, int init); +extern void unixpw_accept(void); +extern void unixpw_deny(void); + +extern int unixpw_in_progress; +extern time_t unixpw_last_try_time; +extern rfbClientPtr unixpw_client; + +#endif /* _X11VNC_UNIXPW_H */ -- cgit v1.2.3