| /xsrc/external/mit/libX11/dist/src/ |
| LowerWin.c | 41 GetReqExtra(ConfigureWindow, 4, req);
|
| RaiseWin.c | 41 GetReqExtra(ConfigureWindow, 4, req);
|
| BdrWidth.c | 45 GetReqExtra(ConfigureWindow, 4, req);
|
| ChWindow.c | 42 GetReqExtra(ConfigureWindow, 8, req); /* 2 4-byte quantities */
|
| MapRaised.c | 42 GetReqExtra(ConfigureWindow, 4, req);
|
| MoveWin.c | 42 GetReqExtra(ConfigureWindow, 8, req);
|
| RestackWs.c | 44 GetReqExtra (ConfigureWindow, 8, req);
|
| ConfWind.c | 44 GetReqExtra(ConfigureWindow, 16, req);
|
| ReconfWin.c | 48 GetReq(ConfigureWindow, req);
|
| ReconfWM.c | 74 GetReq(ConfigureWindow, req);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winwin32rootlesswindow.c | 83 ConfigureWindow (pRLWin->pFrame->win, CWSibling | CWStackMode, 91 ConfigureWindow (pRLWin->pFrame->win, CWStackMode, 116 ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin)); 132 ConfigureWindow (pWin, CWWidth | CWHeight, vlist, wClient(pWin)); 151 ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight, vlist, wClient(pWin));
|
| winmultiwindowwindow.c | 762 ConfigureWindow (pWin, CWStackMode, vlist, wClient(pWin)); 769 ConfigureWindow (pWin, CWSibling | CWStackMode, 926 return ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin)); 976 * the decision to ConfigureWindow. The reason is code simplicity. 986 return ConfigureWindow (pWin, CWX | CWY | CWWidth | CWHeight,
|
| winmultiwindowwndproc.c | 281 ConfigureWindow(pWin, CWStackMode, vlist, serverClient);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| window.h | 164 extern _X_EXPORT int ConfigureWindow(WindowPtr /*pWin */ ,
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| window.h | 170 extern _X_EXPORT int ConfigureWindow(
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winmultiwindowwindow.c | 787 ConfigureWindow(pWin, CWStackMode, vlist, wClient(pWin)); 793 ConfigureWindow(pWin, CWSibling | CWStackMode, 896 return ConfigureWindow(pWin, CWX | CWY, vlist, wClient(pWin)); 946 * the decision to ConfigureWindow. The reason is code simplicity. 957 return ConfigureWindow(pWin, CWX | CWY | CWWidth | CWHeight,
|
| winmultiwindowwndproc.c | 283 ConfigureWindow(pWin, CWStackMode, vlist, serverClient);
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| compwindow.c | 217 return ConfigureWindow(pWin, CWWidth | CWHeight, vlist, wClient(pWin));
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| compwindow.c | 199 return ConfigureWindow(pWin, CWWidth | CWHeight, vlist, wClient(pWin));
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| rootlessWindow.c | 116 /* Fake up a ConfigureWindow packet to resize the window to the current bounds. */ 135 ConfigureWindow(pWin, mask, vlist, pClient);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| rootlessWindow.c | 110 /* Fake up a ConfigureWindow packet to resize the window to the current bounds. */ 126 ConfigureWindow (pWin, mask, vlist, pClient);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| window.c | 144 * UnmapWindow, UnmapSubWindows, ConfigureWindow, CirculateWindow, 2183 * ConfigureWindow 2187 ConfigureWindow(WindowPtr pWin, Mask mask, XID *vlist, ClientPtr client) 3153 ConfigureWindow(pWin, CWX | CWY, vlist, client);
|
| dispatch.c | 985 return ConfigureWindow(pWin, (Mask) stuff->mask, (XID *) &stuff[1], client);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| dispatch.c | 875 return ConfigureWindow(pWin, (Mask)stuff->mask, (XID *) &stuff[1], client);
|
| window.c | 136 * UnmapWindow, UnmapSubWindows, ConfigureWindow, CirculateWindow, 2108 * ConfigureWindow 2112 ConfigureWindow(WindowPtr pWin, Mask mask, XID *vlist, ClientPtr client)
|