HomeSort by relevance Sort by last modified time
    Searched full:xdisplay (Results 1 - 6 of 6) sorted by null

  /external/dbus/tools/
dbus-launch-x11.c 38 Display *xdisplay = NULL; variable
44 x_io_error_handler (Display *xdisplay)
215 if (xdisplay != NULL)
216 return xdisplay;
218 xdisplay = XOpenDisplay (NULL);
219 if (xdisplay != NULL)
221 verbose ("Connected to X11 display '%s'\n", DisplayString (xdisplay));
224 return xdisplay;
304 owner = XGetSelectionOwner (xdisplay, selection_atom);
311 XGetWindowProperty (xdisplay, owner, address_atom, 0, 1024, False
    [all...]
dbus-launch.c 40 extern Display *xdisplay;
385 if (xdisplay != NULL)
387 x_fd = ConnectionNumber (xdisplay);
1027 if (xdisplay != NULL && runprog == NULL)
  /external/clearsilver/man/man3/
cgi_init.3 41 var xdisplay is in the form data, cgi_init will attempt
  /external/clearsilver/cgi/
cgi.h 95 * var xdisplay is in the form data, cgi_init will attempt
cgi.c 570 display = hdf_get_value (cgi->hdf, "Query.xdisplay", NULL);
    [all...]
  /external/dbus/
ChangeLog 753 * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
    [all...]

Completed in 143 milliseconds