Lines Matching refs:xw_display
152 XMapRaised(ast_xw.xw_display, ast_xw.xw_window);
171 XSync(ast_xw.xw_display, False);
182 if (ast_xw.xw_display == NULL)
185 XUnmapWindow(ast_xw.xw_display, ast_xw.xw_window);
201 XSync(ast_xw.xw_display, False);
216 if (ast_xw.xw_display == NULL) {
217 ast_xw.xw_display = XOpenDisplay(ast_xw.xw_dispname);
219 if (ast_xw.xw_display == NULL) {
231 ast_xw.xw_dispname, ast_xw.xw_display);
235 XSynchronize(ast_xw.xw_display, True);
248 register Window const root = RootWindow(ast_xw.xw_display,
256 emptypixmap = XCreateBitmapFromData(ast_xw.xw_display, root, "", 1, 1);
258 ast_xw.xw_cursor = XCreatePixmapCursor(ast_xw.xw_display,
267 XFreePixmap(ast_xw.xw_display, emptypixmap);
277 register Window const root = RootWindow(ast_xw.xw_display,
279 register int const width = DisplayWidth(ast_xw.xw_display,
281 register int const height = DisplayHeight(ast_xw.xw_display,
296 ast_xw.xw_window = XCreateWindow(ast_xw.xw_display,
311 XStoreName(ast_xw.xw_display, ast_xw.xw_window, "libvtsSUNWast");
324 ast_xw.xw_grab_server = XGrabServer(ast_xw.xw_display);
340 ast_xw.xw_grab_server = !XUngrabServer(ast_xw.xw_display);
358 status = XGrabKeyboard(ast_xw.xw_display, ast_xw.xw_window,
388 status = XUngrabKeyboard(ast_xw.xw_display, CurrentTime);
408 status = XGrabPointer(ast_xw.xw_display, ast_xw.xw_window,
443 status = XUngrabPointer(ast_xw.xw_display, CurrentTime);
459 XGetScreenSaver(ast_xw.xw_display,
476 XResetScreenSaver(ast_xw.xw_display);
480 XSetScreenSaver(ast_xw.xw_display,
508 XSetScreenSaver(ast_xw.xw_display,
540 status = DPMSQueryExtension(ast_xw.xw_display,
552 ast_xw.xw_dpms_saved = DPMSInfo(ast_xw.xw_display,
568 DPMSDisable(ast_xw.xw_display);
591 DPMSEnable(ast_xw.xw_display);
740 if (ast_xw.xw_display == NULL)
743 while (XPending(ast_xw.xw_display)) {
744 XNextEvent(ast_xw.xw_display, &event);