Searched refs:xcb_present_redirect_notify_event_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dpresent.h314 * @brief xcb_present_redirect_notify_event_t
316 typedef struct xcb_present_redirect_notify_event_t { struct
344 } XCB_PACKED xcb_present_redirect_notify_event_t; typedef in typeref:struct:xcb_present_redirect_notify_event_t
627 xcb_present_redirect_notify_notifies (const xcb_present_redirect_notify_event_t *R);
630 xcb_present_redirect_notify_notifies_length (const xcb_present_redirect_notify_event_t *R);
633 xcb_present_redirect_notify_notifies_iterator (const xcb_present_redirect_notify_event_t *R);
H A Dpresent.c498 xcb_block_len += sizeof(xcb_present_redirect_notify_event_t);
519 xcb_present_redirect_notify_notifies (const xcb_present_redirect_notify_event_t *R)
525 xcb_present_redirect_notify_notifies_length (const xcb_present_redirect_notify_event_t *R)
527 return (((R->length * 4) - sizeof(xcb_present_redirect_notify_event_t))/sizeof(xcb_present_notify_t));
531 xcb_present_redirect_notify_notifies_iterator (const xcb_present_redirect_notify_event_t *R)
535 i.rem = (((R->length * 4) - sizeof(xcb_present_redirect_notify_event_t))/sizeof(xcb_present_notify_t));

Completed in 173 milliseconds