Lines Matching defs:display
52 Display *display;
79 while (XPending(w->display)) {
82 XNextEvent(w->display, &e);
96 /* IO notification event for the X11 display connection */
133 XProcessInternalConnection(w->display, fd);
162 static void x11_watch(Display *display, XPointer userdata, int fd, Bool opening, XPointer *watch_data) {
165 pa_assert(display);
175 static int x11_error_handler(Display* display, XErrorEvent* error_event) {
180 static int x11_io_error_handler(Display* display) {
198 static void x11_io_error_exit_handler(Display* display, void *userdata) {
220 w->display = d;
253 XRemoveConnectionWatch(w->display, x11_watch, (XPointer) w);
254 XCloseDisplay(w->display);
306 return w->display;
316 /* schedule X11 display teardown */
320 /* Kill the connection to the X11 display */