Lines Matching defs:configure
1098 xcb_configure_notify_event_t *configure =
1100 KdScreenInfo *screen = screen_from_window(configure->window);
1109 ephyrResizeScreen(screen->pScreen, configure->width, configure->height);
1117 xcb_generic_event_t *expose = NULL, *configure = NULL;
1167 free(configure);
1168 configure = xev;
1181 if (configure) {
1182 ephyrProcessConfigureNotify(configure);
1183 free(configure);