summaryrefslogtreecommitdiffstats
path: root/x11vnc/allowed_input_t.h
blob: 7ef1a871a40bbb5c9614a9ec21c6eb070fc6dddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _X11VNC_ALLOWED_INPUT_T_H
#define _X11VNC_ALLOWED_INPUT_T_H

/* -- allowed_input_t.h -- */

typedef struct allowed_input {
	int keystroke;
	int motion;
	int button;
	int clipboard;
	int files;
} allowed_input_t;

#endif /* _X11VNC_ALLOWED_INPUT_T_H */