summaryrefslogtreecommitdiffstats
path: root/x11vnc/allowed_input_t.h
blob: bbdb841e716440e9d98f9a5960fad3bb5787bda7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;
} allowed_input_t;

#endif /* _X11VNC_ALLOWED_INPUT_T_H */