xcb_xfixes_cursor_notify_event_t
- Provided by: libxcb-doc (Version: 1.14-3ubuntu3)
- Source: libxcb
- Report a bug
#include <xcb/xfixes.h>
typedef struct xcb_xfixes_cursor_notify_event_t {
uint8_t response_type;
uint8_t subtype;
uint16_t sequence;
xcb_window_t window;
uint32_t cursor_serial;
xcb_timestamp_t timestamp;
xcb_atom_t name;
uint8_t pad0[12];
} xcb_xfixes_cursor_notify_event_t;
Generated from xfixes.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.