Re: ddraw/tests: Added todo_wine test to verify resizing of fullscreen windows
7 Apr
2010
7 Apr
'10
10:37 a.m.
On 6 April 2010 23:14, Johan Gill <johan.gill(a)gmail.com> wrote:
+»······»·······if (!EqualRect(&scrn, &orig_rect)) { +»······»······· /* Check that the client rect was resized */ +»······»······· rc = GetClientRect(hwnd, &test); +»······»······· ok(rc!=0, "GetClientRect returned %x\n", rc); +»······»······· rc = EqualRect(&scrn, &test); +»······»······· todo_wine ok(rc!=0, "Fullscreen window has wrong size\n"); +»······»·······} Please don't mix tabs and spaces, just use 4 space indent.
5818
Age (days ago)
5818
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet