1#ifndef SPICEQXL_UINPUT_H
2#define SPICEQXL_UINPUT_H
3
4#include "qxl.h"
5
6void spiceqxl_uinput_init(qxl_screen_t *qxl);
7void spiceqxl_uinput_watch(qxl_screen_t *qxl, Bool on);
8
9#endif
10