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

#endif /* _X11VNC_ALLOWED_INPUT_T_H */