Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
r54636 75 tested 0 failed
r54637 75 1 (+1)
Test failed:
tooltips.c:47: Test failed: wrong style bf3fffff(returned)/be3fffff(expected)
Additional info: Seems GetWindowLong is returning a wrong style
Guilty commit:
jimtabor [Sat, 10 Dec 2011 08:41:56 +0100 (07:41 +0000)]
[Win32k|User32]
- Fix Get/SetWindowPlacement and everything related. Which exposed the scroll bar over write issue, it's not refreshing the client window when it is maximized. Next thing to fix.
- Fix ShowWindowAsync, now restore and minimize all works. This is based on wine but in reality it's based on Windows queuing event messages used in server side internal calls. Also this patch includes the server side hooking points.
- Removed one ugly API.