Lines Matching refs:XtDisplay

280 # define TEXT_WIDTH(f, m, l) 	XmuXftTextWidth(XtDisplay (w), \
295 XDrawString (XtDisplay (w), XtWindow (w), w->login.f##GC, x, y, m, l)
404 XFillRectangle (XtDisplay (w), XtWindow (w), gc,
432 XFillRectangle (XtDisplay (w), XtWindow (w), w->login.bgGC,
515 XFillRectangle (XtDisplay (w), XtWindow (w), gc,
518 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
520 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
522 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
524 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
527 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
529 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
531 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
533 XDrawPoint (XtDisplay (w), XtWindow (w), gc,
536 XFlush (XtDisplay(w));
546 XSetForeground (XtDisplay (w), w->login.failGC,
550 XSetForeground (XtDisplay (w), w->login.failGC,
641 XClearArea(XtDisplay(w), XtWindow(w), x, y - F_ASCENT(fail),
662 XClearArea(XtDisplay(w), XtWindow(w), x, y - F_ASCENT(fail),
719 XDrawLine(XtDisplay (w), XtWindow (w), w->login.hiGC,
721 XDrawLine(XtDisplay (w), XtWindow (w), w->login.hiGC,
723 XDrawLine(XtDisplay (w), XtWindow (w), w->login.shdGC,
725 XDrawLine(XtDisplay (w), XtWindow (w), w->login.shdGC,
736 XDrawLine(XtDisplay (w), XtWindow (w), w->login.shdGC,
739 XDrawLine(XtDisplay (w), XtWindow (w), w->login.hiGC,
770 XDrawLine(XtDisplay (w), XtWindow (w), topLeftGC,
774 XDrawLine(XtDisplay (w), XtWindow (w), topLeftGC,
779 XDrawLine(XtDisplay (w), XtWindow (w), botRightGC,
783 XDrawLine(XtDisplay (w), XtWindow (w), botRightGC,
787 XFillRectangle(XtDisplay (w), XtWindow (w), inpGC,
807 XSetInputFocus (XtDisplay (w), XtWindow (w),
897 XClearArea (XtDisplay(w), XtWindow(w), 0, 0, 0, 0, FALSE);
1351 xim = XOpenIM(XtDisplay(ctx), NULL, NULL, NULL);
1435 XBell(XtDisplay(ctxw), 60);
1725 w->login.textFont = XQueryFont (XtDisplay (w),
1779 rv = XpmReadFileToPixmap(XtDisplay(w), /* display */
1795 XGetGeometry(XtDisplay(w), w->login.logoPixmap,
1855 XineramaIsActive(XtDisplay(w)) &&
1856 (screens = XineramaQueryScreens(XtDisplay(w), &s_num)) != NULL
1895 w->login.draw = XftDrawCreate (XtDisplay (w), XtWindow(w),
1896 DefaultVisual (XtDisplay (w), DefaultScreen(XtDisplay (w))),
1901 cursor = XCreateFontCursor(XtDisplay(gw), XC_left_ptr);
1902 XDefineCursor(XtDisplay(gw), DefaultRootWindow(XtDisplay(gw)), cursor);
1919 w->login.logoWindow = XCreateWindow(XtDisplay(w),
1936 if (XShapeQueryExtension(XtDisplay(w), &foo, &bar) == TRUE)
1938 XShapeCombineMask(XtDisplay(w), w->login.logoWindow,
1944 XSetWindowBackgroundPixmap(XtDisplay(w), w->login.logoWindow,
1946 XMapWindow(XtDisplay(w), w->login.logoWindow);
1985 XFreePixmap(XtDisplay(w), w->login.logoPixmap);
1988 XFreePixmap(XtDisplay(w), w->login.logoMask);