NAME
xcbpresentconfigurenotifyeventt - SYNOPSIS
#include
Event datastructure typedef struct xcbpresentconfigurenotifyeventt { uint8t responsetype; uint8t extension; uint16t sequence; uint32t length; uint16t eventtype; uint8t pad0[2]; xcbpresenteventt event; xcbwindowt window; int16t x; int16t y; uint16t width; uint16t height; int16t offx; int16t offy; uint32t fullsequence; uint16t pixmapwidth; uint16t pixmapheight; uint32t pixmapflags; } xcbpresentconfigurenotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBPRESENTCONFIG‐ URENOTIFY. This field is also present in the xcbgener‐ iceventt and can be used to tell events apart from each other. sequence The sequence number of the last request processed by the X11 server. extension NOT YET DOCUMENTED. length NOT YET DOCUMENTED. eventtype NOT YET DOCUMENTED. event NOT YET DOCUMENTED. window NOT YET DOCUMENTED. x NOT YET DOCUMENTED. y NOT YET DOCUMENTED. width NOT YET DOCUMENTED. height NOT YET DOCUMENTED. offx NOT YET DOCUMENTED. offy NOT YET DOCUMENTED. fullsequence NOT YET DOCUMENTED. pixmapwidth NOT YET DOCUMENTED. pixmapheight NOT YET DOCUMENTED. pixmapflags NOT YET DOCUMENTED. DESCRIPTION SEE ALSO AUTHOR Generated from present.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcxcbpresentconfigurenotifyeventt(3)