Searched refs:wndpl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c552 WINDOWPLACEMENT wndpl; local in function:winTopLevelWindowProc
554 wndpl.length = sizeof(wndpl);
555 if (GetWindowPlacement(hwnd, &wndpl) &&
556 wndpl.showCmd == SW_SHOWMINIMIZED)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c441 WINDOWPLACEMENT wndpl; local in function:winTopLevelWindowProc
442 wndpl.length = sizeof(wndpl);
443 if (GetWindowPlacement(hwnd, &wndpl) && wndpl.showCmd == SW_SHOWMINIMIZED)

Completed in 8 milliseconds