Searched refs:xdisplay (Results 1 – 4 of 4) sorted by relevance
40 Display *xdisplay = NULL; variable46 x_io_error_handler (Display *xdisplay) in x_io_error_handler() argument217 if (xdisplay != NULL) in open_x11()218 return xdisplay; in open_x11()220 xdisplay = XOpenDisplay (NULL); in open_x11()221 if (xdisplay != NULL) in open_x11()223 verbose ("Connected to X11 display '%s'\n", DisplayString (xdisplay)); in open_x11()226 return xdisplay; in open_x11()307 owner = XGetSelectionOwner (xdisplay, selection_atom); in x11_get_address()314 result = XGetWindowProperty (xdisplay, owner, address_atom, 0, 1024, False, in x11_get_address()[all …]
43 extern Display *xdisplay;480 if (xdisplay != NULL) in kill_bus_when_session_ends()482 x_fd = ConnectionNumber (xdisplay); in kill_bus_when_session_ends()1046 xdisplay = NULL; in main()1236 if (xdisplay != NULL) in main()
161 * tools/dbus-launch.c (main): set xdisplay = NULL
679 * tools/dbus-launch.c (main): if xdisplay hasn't been opened,