.TH xcb_present_configure_notify_event_t 3 "libxcb 1.14" "X Version 11" "XCB Events" .ad l .SH NAME xcb_present_configure_notify_event_t \- .SH SYNOPSIS .hy 0 .B #include .PP .SS Event datastructure .nf .sp typedef struct xcb_present_configure_notify_event_t { uint8_t \fIresponse_type\fP; uint8_t \fIextension\fP; uint16_t \fIsequence\fP; uint32_t \fIlength\fP; uint16_t \fIevent_type\fP; uint8_t \fIpad0\fP[2]; xcb_present_event_t \fIevent\fP; xcb_window_t \fIwindow\fP; int16_t \fIx\fP; int16_t \fIy\fP; uint16_t \fIwidth\fP; uint16_t \fIheight\fP; int16_t \fIoff_x\fP; int16_t \fIoff_y\fP; uint32_t \fIfull_sequence\fP; uint16_t \fIpixmap_width\fP; uint16_t \fIpixmap_height\fP; uint32_t \fIpixmap_flags\fP; } \fBxcb_present_configure_notify_event_t\fP; .fi .br .hy 1 .SH EVENT FIELDS .IP \fIresponse_type\fP 1i The type of this event, in this case \fIXCB_PRESENT_CONFIGURE_NOTIFY\fP. This field is also present in the \fIxcb_generic_event_t\fP and can be used to tell events apart from each other. .IP \fIsequence\fP 1i The sequence number of the last request processed by the X11 server. .IP \fIextension\fP 1i NOT YET DOCUMENTED. .IP \fIlength\fP 1i NOT YET DOCUMENTED. .IP \fIevent_type\fP 1i NOT YET DOCUMENTED. .IP \fIevent\fP 1i NOT YET DOCUMENTED. .IP \fIwindow\fP 1i NOT YET DOCUMENTED. .IP \fIx\fP 1i NOT YET DOCUMENTED. .IP \fIy\fP 1i NOT YET DOCUMENTED. .IP \fIwidth\fP 1i NOT YET DOCUMENTED. .IP \fIheight\fP 1i NOT YET DOCUMENTED. .IP \fIoff_x\fP 1i NOT YET DOCUMENTED. .IP \fIoff_y\fP 1i NOT YET DOCUMENTED. .IP \fIfull_sequence\fP 1i NOT YET DOCUMENTED. .IP \fIpixmap_width\fP 1i NOT YET DOCUMENTED. .IP \fIpixmap_height\fP 1i NOT YET DOCUMENTED. .IP \fIpixmap_flags\fP 1i NOT YET DOCUMENTED. .SH DESCRIPTION .SH SEE ALSO .SH AUTHOR Generated from present.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.