XNoExposeEvent (3) Linux Manual Page
XGraphicsExposeEvent, XNoExposeEvent – GraphicsExpose and NoExpose event structures Structures The structures for GraphicsExpose and NoExpose events contain: typedef struct { int type; /* GraphicsExpose */ unsigned long serial; /* # of last request processed by server */ Bool send_event; /* true if this came from a SendEvent request */ Display *display; /* Display the event was read from */ Drawable drawable; int x, y; int width, height; int count; /* if…
