Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dgkb_win.c232 POINT clientBottomRight; in systemSizeCommand() local
237 clientBottomRight.x = clientRect.right; in systemSizeCommand()
238 clientBottomRight.y = clientRect.bottom; in systemSizeCommand()
239 ClientToScreen(msg->hwnd, &clientBottomRight); in systemSizeCommand()
240 SetCursorPos(clientBottomRight.x + (windowRect.right - clientBottomRight.x) / 2, in systemSizeCommand()
241 clientBottomRight.y + (windowRect.bottom - clientBottomRight.y) / 2); in systemSizeCommand()
H A Ddrw_win.c656 POINT clientBottomRight; in drwBorder() local
673 clientBottomRight.x = clientRect.right; in drwBorder()
674 clientBottomRight.y = clientRect.bottom; in drwBorder()
676 ClientToScreen(hWnd, &clientBottomRight) == 0)) { in drwBorder()
686 border->arr[1].value.intValue = (intType) (windowRect.right - clientBottomRight.x); in drwBorder()
687 border->arr[2].value.intValue = (intType) (windowRect.bottom - clientBottomRight.y); in drwBorder()