Home
last modified time | relevance | path

Searched refs:wndPlace (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswindow.c189 WINDOWPLACEMENT wndPlace; in winMWExtWMUpdateWindowDecoration() local
192 wndPlace.length = sizeof(WINDOWPLACEMENT); in winMWExtWMUpdateWindowDecoration()
195 GetWindowPlacement(pRLWinPriv->hWnd, &wndPlace); in winMWExtWMUpdateWindowDecoration()
198 if (wndPlace.showCmd == SW_HIDE) in winMWExtWMUpdateWindowDecoration()
203 if (wndPlace.showCmd == SW_HIDE) in winMWExtWMUpdateWindowDecoration()
H A Dwinmultiwindowwm.c746 WINDOWPLACEMENT wndPlace;
758 wndPlace.length = sizeof(WINDOWPLACEMENT);
759 GetWindowPlacement(hWnd, &wndPlace);
760 if (!(wndPlace.showCmd == SW_HIDE ||
761 wndPlace.showCmd == SW_MINIMIZE)) {