Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dgkb_win.c251 POINT clientTopLeft; in systemMoveCommand() local
256 clientTopLeft.x = clientRect.left; in systemMoveCommand()
257 clientTopLeft.y = clientRect.top; in systemMoveCommand()
258 ClientToScreen(msg->hwnd, &clientTopLeft); in systemMoveCommand()
260 windowRect.top + (clientTopLeft.y - windowRect.top) / 2); in systemMoveCommand()
H A Ddrw_win.c655 POINT clientTopLeft; in drwBorder() local
671 clientTopLeft.x = clientRect.left; in drwBorder()
672 clientTopLeft.y = clientRect.top; in drwBorder()
675 if (unlikely(ClientToScreen(hWnd, &clientTopLeft) == 0 || in drwBorder()
685 border->arr[0].value.intValue = (intType) (clientTopLeft.y - windowRect.top); in drwBorder()
688 border->arr[3].value.intValue = (intType) (clientTopLeft.x - windowRect.left); in drwBorder()