Lines Matching refs:XtDisplay

169     CleanUp(XtDisplay(Top));
278 CleanUp(XtDisplay(w));
343 XF86VidModeModModeLine (XtDisplay (w), DefaultScreen (XtDisplay (w)),
345 XSync(XtDisplay (w), False); /* process errors */
347 XBell(XtDisplay (w), 80);
460 (void) GetModeLine(XtDisplay (w), DefaultScreen (XtDisplay (w)));
500 XSync(XtDisplay(w), False);
559 time = XtLastTimestampProcessed(XtDisplay(w));
609 XBell(XtDisplay(w), 80);
618 XBell(XtDisplay(w), 80);
631 XBell(XtDisplay(w), 80);
640 XBell(XtDisplay(w), 80);
649 XBell(XtDisplay(w), 80);
662 XBell(XtDisplay(w), 80);
685 XBell (XtDisplay(XtParent(w)), 100);
759 XBell (XtDisplay(XtParent(w)), 100);
768 XBell (XtDisplay(XtParent(w)), 100);
787 XBell (XtDisplay(XtParent(w)), 100);
806 XBell (XtDisplay(XtParent(w)), 100);
845 XBell (XtDisplay(XtParent(w)), 100);
934 XF86VidModeLockModeSwitch(XtDisplay(w), DefaultScreen (XtDisplay (w)),
936 XF86VidModeSwitchMode(XtDisplay(w), DefaultScreen (XtDisplay (w)),
938 XF86VidModeLockModeSwitch(XtDisplay(w), DefaultScreen (XtDisplay (w)),
998 CleanUp(XtDisplay(w));
1012 x = DisplayWidth(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 3;
1013 y = DisplayHeight(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 3;
1085 x = DisplayWidth(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 3;
1086 y = DisplayHeight(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 3;
1329 x = DisplayWidth(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 2;
1330 y = DisplayHeight(XtDisplay (top),DefaultScreen (XtDisplay (top))) / 2;
1526 if (!XF86VidModeQueryVersion(XtDisplay (top), &MajorVersion, &MinorVersion)) {
1531 if (!XF86VidModeQueryExtension(XtDisplay (top), &EventBase, &ErrorBase)) {
1563 if (!GetModeLine(XtDisplay (top), DefaultScreen (XtDisplay (top)))) {
1565 CleanUp(XtDisplay (top));
1575 CleanUp(XtDisplay (top));
1576 XSync(XtDisplay (top), True);
1581 XF86VidModeSwitchMode(XtDisplay (top),
1582 DefaultScreen (XtDisplay (top)), i);
1583 XSync(XtDisplay (top), True);
1587 if (!GetMonitor(XtDisplay (top), DefaultScreen (XtDisplay (top)))) {
1592 if (!XF86VidModeLockModeSwitch(XtDisplay (top),
1593 DefaultScreen (XtDisplay (top)), TRUE)) {
1604 if (!GetModeLine(XtDisplay (top), DefaultScreen (XtDisplay (top)))) {
1606 CleanUp(XtDisplay (top));
1647 dpy = XtDisplay(top);