Re: user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent.
4 Feb
2011
4 Feb
'11
12:14 p.m.
Dmitry Timoshkov <dmitry(a)codeweavers.com> writes:
+ SetLastError(0xdeadbeef); +todo_wine + ok(SetForegroundWindow(popup), "SetForegroundWindow() error %d\n", GetLastError());
It would be interesting to test what the foreground window is actually set to.
+ SetLastError(0xdeadbeef); + ok(DestroyWindow(parent), "DestroyWindow() error %d\n", GetLastError());
Please don't add invalid uses of GetLastError again, this was cleaned up recently. -- Alexandre Julliard julliard(a)winehq.org
5515
Age (days ago)
5515
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard