Lines Matching refs:display

53 extern "C" int XCloseDisplay(Display *display);
54 int XCloseDisplay(Display *display)
56 Assert(display == TEST_DISPLAY);
66 extern "C" Atom XInternAtom(Display *display, const char *atom_name,
68 Atom XInternAtom(Display *display, const char *atom_name, Bool only_if_exists)
70 Assert(display == TEST_DISPLAY);
83 extern "C" int XGetWindowProperty(Display *display, Window w, Atom property,
91 int XGetWindowProperty(Display *display, Window w, Atom property,
99 Assert(display == TEST_DISPLAY);
100 Atom atomType = XInternAtom (display, WM_TYPE_PROP, true);
101 Atom atomTypeDesktop = XInternAtom (display, WM_TYPE_DESKTOP_PROP, true);
140 extern "C" int XSelectInput(Display *display, Window w, long event_mask);
141 int XSelectInput(Display *display, Window w, long event_mask)
143 Assert(display == TEST_DISPLAY);
148 extern "C" void XShapeSelectInput(Display *display, Window w,
150 void XShapeSelectInput(Display *display, Window w, unsigned long event_mask)
152 Assert(display == TEST_DISPLAY);
155 extern "C" Window XDefaultRootWindow(Display *display);
156 Window XDefaultRootWindow(Display *display)
158 Assert(display == TEST_DISPLAY);
167 extern "C" Status XQueryTree(Display *display, Window w, Window *root_return,
170 Status XQueryTree(Display *display, Window w, Window *root_return,
174 Assert(display == TEST_DISPLAY);
196 extern "C" Status XGetWindowAttributes(Display *display, Window w,
198 Status XGetWindowAttributes(Display *display, Window w,
201 Assert(display == TEST_DISPLAY);
212 extern "C" Status XGetWMNormalHints(Display *display, Window w,
216 Status XGetWMNormalHints(Display *display, Window w,
219 Assert(display == TEST_DISPLAY);
265 extern "C" int XNextEvent(Display *display, XEvent *event_return);
266 int XNextEvent(Display *display, XEvent *event_return)
268 Assert(display == TEST_DISPLAY);
282 extern "C" Status XSendEvent(Display *display, Window w, Bool propagate,
284 Status XSendEvent(Display *display, Window w, Bool propagate,
287 Assert(display == TEST_DISPLAY);
292 extern "C" int XFlush(Display *display);
293 int XFlush(Display *display)
295 Assert(display == TEST_DISPLAY);