This allows games like solitaire, chess titans, etc. to use animations.
Signed-off-by: Fabian Maurer dark.shadow4@web.de --- dlls/user32/sysparams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c index 0c0f8fac5d1..114ac6adfab 100644 --- a/dlls/user32/sysparams.c +++ b/dlls/user32/sysparams.c @@ -1432,7 +1432,7 @@ static DWORD_ENTRY( AUDIODESC_LOCALE, 0 ); static PATH_ENTRY( DESKPATTERN ); static PATH_ENTRY( DESKWALLPAPER );
-static BYTE user_prefs[8] = { 0x30, 0x00, 0x00, 0x80, 0x10, 0x00, 0x00, 0x00 }; +static BYTE user_prefs[8] = { 0x30, 0x00, 0x00, 0x80, 0x12, 0x00, 0x00, 0x00 }; static BINARY_ENTRY( USERPREFERENCESMASK, user_prefs );
static FONT_ENTRY( CAPTIONLOGFONT, FW_BOLD ); -- 2.28.0
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=77341
Your paranoid android.
=== debiant (32 bit report) ===
user32: monitor: Timeout
=== debiant (32 bit Chinese:China report) ===
user32: monitor: Timeout
=== debiant (32 bit WoW report) ===
user32: monitor: Timeout msg.c:3973: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: 19: in msg 0x0047 expecting wParam 0x9062 got 0x9863 msg.c:3995: Test failed: ShowWindow(SW_RESTORE):invisible MDI child: 5: in msg 0x0047 expecting wParam 0x9062 got 0x9863 msg.c:4019: Test failed: ShowWindow(SW_MAXIMIZE):MDI child: 5: in msg 0x0047 expecting wParam 0x9022 got 0x9823 msg.c:4025: Test failed: ShowWindow(SW_RESTORE):maximized MDI child: 4: in msg 0x0047 expecting wParam 0x9022 got 0x9823 win.c:2064: Test failed: DefWindowProc should not change WINDOWPOS: 001E00DC after 00000000, x -4, y -4, cx 382, cy 27 flags 00008030 win.c:2064: Test failed: DefWindowProc should not change WINDOWPOS: 002D00DC after 00000000, x -4, y -4, cx 382, cy 27 flags 00008030 win.c:11534: Test failed: got normal pos (200,-32)-(400,168) win.c:11537: Test failed: got window rect (200,-32)-(400,168) win.c:11550: Test failed: got normal pos (200,-32)-(400,168) win.c:11572: Test failed: got normal pos (100,-32)-(300,168) win.c:11593: Test failed: got normal pos (100,-32)-(300,168)
=== debiant (64 bit WoW report) ===
user32: monitor: Timeout msg.c:3973: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: 19: in msg 0x0047 expecting wParam 0x9062 got 0x9863 msg.c:3995: Test failed: ShowWindow(SW_RESTORE):invisible MDI child: 5: in msg 0x0047 expecting wParam 0x9062 got 0x9863 msg.c:4019: Test failed: ShowWindow(SW_MAXIMIZE):MDI child: 5: in msg 0x0047 expecting wParam 0x9022 got 0x9823 msg.c:4025: Test failed: ShowWindow(SW_RESTORE):maximized MDI child: 4: in msg 0x0047 expecting wParam 0x9022 got 0x9823 win.c:2064: Test failed: DefWindowProc should not change WINDOWPOS: 001E00DC after 00000000, x -4, y -4, cx 502, cy 27 flags 00008030 win.c:2064: Test failed: DefWindowProc should not change WINDOWPOS: 002D00DC after 00000000, x -4, y -4, cx 502, cy 27 flags 00008030 win.c:11534: Test failed: got normal pos (200,-32)-(400,168) win.c:11537: Test failed: got window rect (200,-32)-(400,168) win.c:11550: Test failed: got normal pos (200,-32)-(400,168) win.c:11572: Test failed: got normal pos (100,-32)-(300,168) win.c:11593: Test failed: got normal pos (100,-32)-(300,168)