Home
last modified time | relevance | path

Searched refs:xdisplay (Results 1 – 4 of 4) sorted by relevance

/external/dbus/tools/
Ddbus-launch-x11.c40 Display *xdisplay = NULL; variable
46 x_io_error_handler (Display *xdisplay) in x_io_error_handler() argument
217 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 …]
Ddbus-launch.c43 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()
/external/dbus/
DChangeLog.pre-1-2161 * tools/dbus-launch.c (main): set xdisplay = NULL
DChangeLog.pre-1-0679 * tools/dbus-launch.c (main): if xdisplay hasn't been opened,