Home | History | Annotate | Download | only in win

Lines Matching defs:windowRect

168     RECT windowRect;
169 windowRect.left = 0;
170 windowRect.right = 8;
171 windowRect.top = 0;
172 windowRect.bottom = 8;
195 AdjustWindowRectEx(&windowRect, style, false, exStyle);
201 windowRect.right-windowRect.left,
202 windowRect.bottom-windowRect.top,