Lines Matching defs:Dpy
69 Display *Dpy;
437 if (XPending(wt->Dpy)) {
438 XNextEvent(wt->Dpy, &event);
485 scrnum = DefaultScreen(wt->Dpy);
486 root = RootWindow(wt->Dpy, scrnum);
501 visinfo = XGetVisualInfo(wt->Dpy, VisualIDMask,
510 attr.colormap = XCreateColormap(wt->Dpy, root, visinfo->visual, AllocNone);
514 win = XCreateWindow(wt->Dpy, root, xpos, ypos, width, height,
530 XSetNormalHints(wt->Dpy, win, &sizehints);
531 XSetStandardProperties(wt->Dpy, win, "xeglthreads", "xeglthreads",
546 XMapWindow(wt->Dpy, win);
547 XSync(wt->Dpy, 0);
587 XDestroyWindow(WinThreads[i].Dpy, WinThreads[i].Win);
713 WinThreads[i].Dpy = XOpenDisplay(displayName);
714 assert(WinThreads[i].Dpy);
715 WinThreads[i].Display = eglGetDisplay(WinThreads[i].Dpy);
719 WinThreads[i].Dpy = dpy;
750 XCloseDisplay(WinThreads[i].Dpy);