Searched refs:CWX (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DMoveWin.c45 req->mask = CWX | CWY;
H A DConfWind.c46 req->mask = CWX | CWY | CWWidth | CWHeight;
H A DReconfWin.c32 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\
53 if (mask & CWX)
H A DReconfWM.c34 #define AllMaskBits (CWX|CWY|CWWidth|CWHeight|\
91 if (mask & CWX) *value++ = changes->x;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_fullscrn.c49 __glutCurrentWindow->desiredConfMask |= CWX | CWY | CWWidth | CWHeight;
H A Dglut_winmisc.c64 __glutCurrentWindow->desiredConfMask |= CWX | CWY;
H A Dwin32_x11.h106 #define CWX (1<<0) macro
H A Dglut_gamemode.c635 window->desiredConfMask |= CWX | CWY | CWWidth | CWHeight;
H A Dglut_event.c1069 if (window->desiredConfMask & (CWX | CWY)) {
1111 window->desiredConfMask |= CWX | CWY;
/xsrc/external/mit/libXt/dist/src/
H A DSetValues.c302 geoReq.request_mode |= CWX;
330 (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) {
332 if (!(geoReq.request_mode & CWX) &&
335 geoReq.request_mode |= CWX;
H A DGeometry.c245 if (request->request_mode & CWX && widget->core.x != request->x) {
249 req.changeMask |= CWX;
310 if (request->request_mode & CWX)
408 req.changeMask |= CWX;
643 req.changeMask |= CWX;
799 if (intended->request_mode & CWX) {
847 FillIn(CWX, x);
H A DShell.c1919 if (request->request_mode & (CWX | CWY))
2079 if (mask & CWX) {
2081 mask &= (unsigned int) (~CWX);
2154 if (mask & CWX) {
2177 && mask & (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) {
2218 if (NEQ(x, CWX) ||
2223 if (NEQ(x, CWX)) {
/xsrc/external/mit/libXaw/dist/src/
H A DPorthole.c181 if (geomp->request_mode & CWX)
300 if ((req->request_mode & CWX) && req->x != reply->x)
H A DVendor.c462 if (request->request_mode & (CWX | CWY))
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c130 m = CWX | CWY | CWWidth | CWHeight;
152 m = CWX | CWY | CWWidth | CWHeight;
449 m = CWX | CWY | CWWidth | CWHeight;
812 m = CWX | CWY | CWWidth | CWHeight;
858 m = CWX | CWY | CWWidth | CWHeight;
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c169 CWX | CWY |
198 if (mask & CWX &&
200 valuemask |= CWX;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c171 CWX | CWY | CWWidth | CWHeight | CWBorderWidth);
198 if (mask & CWX &&
200 valuemask |= CWX;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootlesswindow.c116 ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin));
151 ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight, vlist, wClient(pWin));
H A Dwinmultiwindowwindow.c926 return ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin));
986 return ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight,
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h410 #define CWX (1<<0) macro
/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations.c270 xwcm |= (CWX | CWY | CWBorderWidth);
335 frame_mask |= (CWX | CWY | CWWidth | CWHeight);
398 xwcm = CWX | CWWidth;
434 xwcm = CWX | CWWidth; // Not strictly necessary, same as above
/xsrc/external/mit/twm/dist/src/
H A Dresize.c829 xwcm |= (CWX | CWY | CWBorderWidth);
859 frame_mask |= (CWX | CWY | CWWidth | CWHeight);
877 xwcm = CWX | CWWidth;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwindow.c896 return ConfigureWindow(pWin, CWX | CWY, vlist, wClient(pWin));
957 return ConfigureWindow(pWin, CWX | CWY | CWWidth | CWHeight,
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c1924 #define ChangeMask ((Mask)(CWX | CWY | CWWidth | CWHeight))
2222 if ((mask & (CWX | CWY)) && (!(mask & (CWHeight | CWWidth)))) {
2223 GET_INT16(CWX, x);
2228 else if (mask & (CWX | CWY | CWWidth | CWHeight)) {
2229 GET_INT16(CWX, x);
2332 if (mask & (CWX | CWY))
2344 if ((mask & CWX) && (x != beforeX))
3153 ConfigureWindow(pWin, CWX | CWY, vlist, client);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c1812 #define ChangeMask ((Mask)(CWX | CWY | CWWidth | CWHeight))
2151 if ((mask & (CWX | CWY)) && (!(mask & (CWHeight | CWWidth))))
2153 GET_INT16(CWX, x);
2158 else if (mask & (CWX | CWY | CWWidth | CWHeight))
2160 GET_INT16(CWX, x);
2279 if (mask & (CWX | CWY))
2291 if ((mask & CWX) && (x != beforeX))

Completed in 51 milliseconds

12