Lines Matching defs:expose
879 xcb_expose_event_t *expose = (xcb_expose_event_t *)xev;
880 KdScreenInfo *screen = screen_from_window(expose->window);
883 /* Wait for the last expose event in a series of cliprects
886 if (expose->count != 0)
1117 xcb_generic_event_t *expose = NULL, *configure = NULL;
1141 free(expose);
1142 expose = xev;
1186 if (expose) {
1187 ephyrProcessExpose(expose);
1188 free(expose);