Searched refs:ConfigureWindow (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwin32rootlesswindow.c | 80 ConfigureWindow(pRLWin->pFrame->win, 88 ConfigureWindow(pRLWin->pFrame->win, CWStackMode, 112 ConfigureWindow(pWin, CWX | CWY, vlist, wClient(pWin)); in winMWExtWMMoveXWindow() 127 ConfigureWindow(pWin, CWWidth | CWHeight, vlist, wClient(pWin)); in winMWExtWMResizeXWindow() 145 ConfigureWindow(pWin, CWX | CWY | CWWidth | CWHeight, vlist, wClient(pWin)); in winMWExtWMMoveResizeXWindow()
|
| H A D | winmultiwindowwindow.c | 787 ConfigureWindow(pWin, CWStackMode, vlist, wClient(pWin)); in winReorderWindowsMultiWindow() 793 ConfigureWindow(pWin, CWSibling | CWStackMode, in winReorderWindowsMultiWindow() 896 return ConfigureWindow(pWin, CWX | CWY, vlist, wClient(pWin)); in winAdjustXWindow() 957 return ConfigureWindow(pWin, CWX | CWY | CWWidth | CWHeight, in winAdjustXWindow()
|
| H A D | winmultiwindowwndproc.c | 277 ConfigureWindow(pWin, CWStackMode, vlist, serverClient); in winRaiseWindow()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | window.h | 164 extern _X_EXPORT int ConfigureWindow(WindowPtr /*pWin */ ,
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compwindow.c | 210 return ConfigureWindow(pWin, CWWidth | CWHeight, vlist, wClient(pWin)); in updateOverlayWindow()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 135 ConfigureWindow(pWin, mask, vlist, pClient); in RootlessNativeWindowMoved()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 441 R012 X11:ConfigureWindow
|
| H A D | window.c | 2198 ConfigureWindow(WindowPtr pWin, Mask mask, XID *vlist, ClientPtr client) in ConfigureWindow() function
|
| H A D | dispatch.c | 916 return ConfigureWindow(pWin, (Mask) stuff->mask, (XID *) &stuff[1], client); in ProcConfigureWindow()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 3241 (EE) 20: Xwayland (ConfigureWindow+0xa96) 108387 ConfigureWindow to composite to make sure the old pixmap is always freed, 114882 Executed from the ConfigureWindow request, right before sending 152698 Silence an error message in ConfigureWindow that never happens. 183930 Pass serverClient instead of NULL to ConfigureWindow. This should fix a 184465 Only call ConfigureWindow from winRaiseWindow if the windows message 185233 Prevent winRaiseWindow from calling ConfigureWindow if the message was sent
|