Home
last modified time | relevance | path

Searched refs:showCmd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswindow.c190 UINT showCmd = 0; in winMWExtWMUpdateWindowDecoration() local
198 if (wndPlace.showCmd == SW_HIDE) in winMWExtWMUpdateWindowDecoration()
201 showCmd = SWP_SHOWWINDOW; in winMWExtWMUpdateWindowDecoration()
203 if (wndPlace.showCmd == SW_HIDE) in winMWExtWMUpdateWindowDecoration()
207 showCmd = SWP_SHOWWINDOW; in winMWExtWMUpdateWindowDecoration()
210 showCmd |= SWP_NOMOVE | SWP_FRAMECHANGED | SWP_NOACTIVATE | SWP_NOZORDER; in winMWExtWMUpdateWindowDecoration()
281 showCmd); in winMWExtWMUpdateWindowDecoration()
335 showCmd); in winMWExtWMUpdateWindowDecoration()
H A Dwinwin32rootlesswndproc.c781 if (windPlace.showCmd == SW_MAXIMIZE in winMWExtWMWindowProc()
782 || windPlace.showCmd == SW_SHOWMAXIMIZED) in winMWExtWMWindowProc()
H A Dwinmultiwindowwm.c760 if (!(wndPlace.showCmd == SW_HIDE ||
761 wndPlace.showCmd == SW_MINIMIZE)) {
H A Dwinmultiwindowwndproc.c440 wndpl.showCmd == SW_SHOWMINIMIZED) in winTopLevelWindowProc()