mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 20:59:19 +08:00
lib/user32/controls/combo.c:
- Combo height fix
lib/user32/windows/window.c
- Fix to FindWindowExW, incorrect allocation of UNICODE_STRING:s
(uninitialized pointers...)
subsys/win32k/ntuser/painting.c:
- Put in locking of window lists where it was missing
- Fixed an incorrect CONTAINING_RECORD
subsys/win32k/ntuser/windc.c
- Put in locking of window lists where it was missing
subsys/win32k/ntuser/window.c
- Put in locking of window lists, both children and thread, where it was missing
- W32kCreateDesktopWindow had forgotten initializing its ChildrenListLock!
- Remade NtUserFindWindowEx which I hope should work more as expected now
subsys/win32k/ntuser/winpos.c:
- Put in locking of window lists where it was missing
svn path=/trunk/; revision=5031