mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
92cc25a074cd2efb9a437e8bdcd3310cf4cec6bd
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
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%