Searched refs:Above (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DRaiseWin.c38 unsigned long val = Above; /* needed for macro below */
H A DMapRaised.c39 unsigned long val = Above; /* needed for macro */
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_winmisc.c85 __glutCurrentWindow->desiredStack = Above;
H A Dwin32_x11.h123 #define Above 0 macro
H A Dglut_event.c1100 window->desiredStack == Above ? HWND_TOP : HWND_NOTOPMOST,
1169 changes.stack_mode = Above;
H A Dglut_menu.c476 changes.stack_mode = Above;
526 the XConfigureWindow requests an Above stack mode (same as
/xsrc/external/mit/ctwm/dist/
H A Dotp.c493 xwc.stack_mode = Above;
567 (where == Above) ? "Above" :
572 assert((where == Above) || (where == Below));
574 priority = PRI(owl) - (where == Above ? 0 : 1);
667 if(((where == Above) && (priority > owl->pri_base)) ||
680 TryToSwitch(owl, Above);
682 InsertOwl(owl, Above);
932 where = relpriority < 0 ? Below : Above;
955 where = priority < OTP_ZERO ? Below : Above;
[all...]
H A Dfunctions_win.c392 (*endp == '<' || *endp == 'b') ? Below : Above);
H A Doccupation.c1129 OtpSetPriority(occupy_twm, WinWin, 0, Above);
H A Devent_handlers.c3751 case Above:
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h462 #define Above 0 macro
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A DCD_Structs.h121 Above, enumerator in enum:_COMPARE_FLAGS
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
H A DCD_Operations.c650 (UINT8)((pParserTempData->DestData32<pParserTempData->SourceData32) ? Below : Above);
952 { ProcessJump, Above, 0},
954 { ProcessJumpE, Above, 0},
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootlesswindow.c89 vlist[0] = Above;
H A Dwinmultiwindowwindow.c760 vlist[0] = Above;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c1818 * returns Above if pSib above pMe in stack or Below otherwise
1832 return Above;
1943 * Above: pWin is placed just above pSib
1954 * Above: pWin is placed at the top of the stack
1990 case Above:
2010 if ((IsSiblingAboveMe(pWin, pSib) == Above) &&
2042 if (IsSiblingAboveMe(pWin, pSib) == Above)
2127 int rc, action, smode = Above;
2198 (smode != Opposite) && (smode != Above) && (smode != Below))
2238 event.u.u.detail = Above;
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c1928 * returns Above if pSib above pMe in stack or Below otherwise
1939 return Above;
2032 * Above: pWin is placed just above pSib
2043 * Above: pWin is placed at the top of the stack
2073 case Above:
2092 if ((IsSiblingAboveMe(pWin, pSib) == Above) &&
2121 if (IsSiblingAboveMe(pWin, pSib) == Above)
2201 int rc, action, smode = Above;
2263 (smode != Opposite) && (smode != Above) && (smode != Below)) {
2300 event.u.u.detail = (mask & CWStackMode) ? smode : Above;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c250 values.stack_mode = Above;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c242 values.stack_mode = Above;
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dccs.rst145 Above, we described the CCS data layout as mapping of address bits. In
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c710 c.stack_mode = Above;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwindow.c785 vlist[0] = Above;
/xsrc/external/mit/xev/dist/
H A Dxev.c590 case Above:
591 detail = "Above";
/xsrc/external/mit/libXaw/dist/src/
H A DPaned.c799 XWindowChanges changes = { .stack_mode = Above };

Completed in 47 milliseconds