Home
last modified time | relevance | path

Searched refs:xcb_timecoord_t (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/mit/xorg/lib/libxcb/files/
Dxproto.h2503 typedef struct xcb_timecoord_t { struct
2507 } xcb_timecoord_t; argument
2513 xcb_timecoord_t *data;
8184 xcb_timecoord_t *
Dxproto.c4934 i->index += sizeof(xcb_timecoord_t); in xcb_timecoord_next()
4963 xcb_block_len += _aux->events_len * sizeof(xcb_timecoord_t); in xcb_get_motion_events_sizeof()
4965 xcb_align_to = ALIGNOF(xcb_timecoord_t); in xcb_get_motion_events_sizeof()
5040 xcb_timecoord_t *
5043 return (xcb_timecoord_t *) (R + 1); in xcb_get_motion_events_events()
5056 i.data = (xcb_timecoord_t *) (R + 1); in xcb_get_motion_events_events_iterator()