Dmitry Timoshkov wrote:
"Duane Clark" fpga@pacbell.net wrote:
Is it possible to do window focus testing in Wine conformance tests? Or does the windows not being mapped mean that this testing cannot be done? Or maybe I am doing something completely wrong; which is likely ;)
Have a look at dlls/user32/tests/win.c,test_SetFocus().
Ah, ok. This test shows the window temporarily. Somewhere I had gotten the idea that we didn't do that. Thanks.