diff options
author | runge <runge> | 2006-02-25 05:10:37 +0000 |
---|---|---|
committer | runge <runge> | 2006-02-25 05:10:37 +0000 |
commit | 79310af7e7a289d2baf1bdc295daefdcc76ecc0e (patch) | |
tree | da68674a1beef5ce0ba807187657ca5fe215f68c /x11vnc/allowed_input_t.h | |
parent | b7773ea6e683e5fcfae5bf020828596c5f90b7d3 (diff) | |
download | libvncserver-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.zip libvncserver-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.tar.gz |
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
Diffstat (limited to 'x11vnc/allowed_input_t.h')
-rw-r--r-- | x11vnc/allowed_input_t.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/allowed_input_t.h b/x11vnc/allowed_input_t.h index f58b8cf..bbdb841 100644 --- a/x11vnc/allowed_input_t.h +++ b/x11vnc/allowed_input_t.h @@ -7,6 +7,7 @@ typedef struct allowed_input { int keystroke; int motion; int button; + int clipboard; } allowed_input_t; #endif /* _X11VNC_ALLOWED_INPUT_T_H */ |