Lines Matching refs:theDisp

145   if (!XQueryPointer(theDisp,rootW,&rW,&cW,&rx,&ry,&x,&y,&mask)) {
168 if (!XGetNormalHints(theDisp, win, &hints)) hints.flags = 0;
173 XSetNormalHints(theDisp, win, &hints);
175 XMoveWindow(theDisp, win, wx, wy);
176 XMapRaised(theDisp, win);
239 XMapWindow(theDisp, padWDial.win);
240 XMapWindow(theDisp, padHDial.win);
241 XMapWindow(theDisp, padODial.win);
245 XResizeWindow(theDisp, popW, (u_int) puwide, (u_int) puhigh);
246 XStoreName (theDisp, popW, wname);
247 XSetIconName (theDisp, popW, wname);
309 XWindowEvent(theDisp, popW, VisibilityChangeMask, &event);
314 XNextEvent(theDisp, &event);
319 XUnmapWindow(theDisp, popW);
511 XUnmapWindow(theDisp, padWDial.win);
512 XUnmapWindow(theDisp, padHDial.win);
513 XUnmapWindow(theDisp, padODial.win);
635 XStoreName(theDisp, popW, "xv notice");
636 XSetIconName(theDisp, popW, "xv notice");
644 XResizeWindow(theDisp, popW, (u_int) puwide, (u_int) puhigh);
657 XWindowEvent(theDisp, popW, VisibilityChangeMask, &event);
659 XFlush(theDisp);
667 XUnmapWindow(theDisp, popW); in CloseAlert()
760 proto = XInternAtom(theDisp, "WM_PROTOCOLS", FALSE);
761 delwin = XInternAtom(theDisp, "WM_DELETE_WINDOW", FALSE);
775 XBell(theDisp, 0);
801 XSetForeground(theDisp, theGC, fg);
854 XDrawString(theDisp, win, theGC, x, y, start[i], len[i]);
866 XSelectInput(theDisp, popW, ExposureMask | ButtonPressMask | KeyPressMask in createPUD()
870 XDefineCursor(theDisp, popW, arrow); in createPUD()
896 XSetClipRectangles(theDisp, theGC, 0,0, &xr, 1, Unsorted);
898 XSetForeground(theDisp, theGC, infofg);
899 XSetBackground(theDisp, theGC, infobg);
906 XSetForeground(theDisp, theGC, infofg);
916 XSetForeground(theDisp, theGC, infofg);
926 XSetForeground(theDisp, theGC, infofg);
929 XDrawRectangle(theDisp, popW, theGC, 10, puhigh-140, 16+2*74+84, 130);
932 XSetForeground(theDisp, theGC, infofg);
936 XSetForeground(theDisp, theGC, locol);
937 XDrawLine(theDisp, popW, theGC, 16+1+75+75+5, puhigh-140 + 6+8,
942 XSetForeground(theDisp, theGC, infofg);
943 XDrawRectangle(theDisp, popW, theGC, 268, puhigh-140,
953 XCopyPlane(theDisp, iconPix, popW, theGC, 0,0, icon_width, icon_height,
967 XSetClipMask(theDisp, theGC, None);
1006 XSetForeground(theDisp, theGC, infobg);
1009 XSetForeground(theDisp, theGC, infofg);
1045 XClearArea(theDisp, popW, gsx+3,gsy+3,
1048 XClearArea(theDisp, popW, gsx+1,gsy+1,
1059 XClearArea(theDisp, popW, 184+5, puhigh-140+3,
1077 XClearArea(theDisp, popW, gsx+3,gsy+3,
1080 XClearArea(theDisp, popW, gsx+1,gsy+1,
1095 if (doGSKey(c)) XBell(theDisp, 0);
1175 XClearArea(theDisp, popW, gsx+3,gsy+3, (u_int)gsw-5, (u_int)gsh-5, False);
1177 XClearArea(theDisp, popW, gsx+1,gsy+1, (u_int)gsw-1, (u_int)gsh-1, False);
1237 XSetForeground(theDisp, theGC, infofg); in drawGSBuf()
1238 XDrawRectangle(theDisp, popW, theGC, gsx, gsy, (u_int) gsw, (u_int) gsh); in drawGSBuf()
1242 XSetForeground(theDisp, theGC, infofg); in drawGSBuf()
1245 XDrawLine(theDisp, popW, theGC, gsx+1, gsy+1, gsx+1, gsy + gsh-1); in drawGSBuf()
1246 XDrawLine(theDisp, popW, theGC, gsx+2, gsy+1, gsx+2, gsy + gsh-1); in drawGSBuf()
1247 XDrawLine(theDisp, popW, theGC, gsx+3, gsy+1, gsx+3, gsy + gsh-1); in drawGSBuf()
1252 XDrawLine(theDisp, popW, theGC, gsx+gsw-3, gsy+1, gsx+gsw-3, gsy+gsh-1); in drawGSBuf()
1253 XDrawLine(theDisp, popW, theGC, gsx+gsw-2, gsy+1, gsx+gsw-2, gsy+gsh-1); in drawGSBuf()
1254 XDrawLine(theDisp, popW, theGC, gsx+gsw-1, gsy+1, gsx+gsw-1, gsy+gsh-1); in drawGSBuf()
1257 XDrawString(theDisp, popW, theGC, gsx+4, gsy+ASCENT+4, in drawGSBuf()
1261 XDrawLine(theDisp,popW,theGC, 4+cpos, gsy+3, 4+cpos, gsy+2+CHIGH+1); in drawGSBuf()
1262 XDrawLine(theDisp,popW,theGC, 4+cpos, gsy+2+CHIGH+1, 6+cpos, gsy+2+CHIGH+3); in drawGSBuf()
1263 XDrawLine(theDisp,popW,theGC, 4+cpos, gsy+2+CHIGH+1, 2+cpos, gsy+2+CHIGH+3); in drawGSBuf()