On 6 April 2010 23:14, Johan Gill johan.gill@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.