#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 */


syntax highlighted by Code2HTML, v. 0.9.1