[Win32k|User32]
authorJames Tabor <james.tabor@reactos.org>
Fri, 15 Jan 2010 13:47:25 +0000 (13:47 +0000)
committerJames Tabor <james.tabor@reactos.org>
Fri, 15 Jan 2010 13:47:25 +0000 (13:47 +0000)
commitfc70f9c60c2fb2a864a49260cf677a02abc4cb22
tree575683e33c879a5b036c9a7039280c25789ed4d3
parent44648580d751a546aa3c112190184bbe5e5e2935
[Win32k|User32]
- Switch to the new user handle manager. Added more handle types to win32k. One or two step to WND, desktop heap supported.
- Test with every application in my test suite. Needs more testing and clean up. Bleeding edge!

svn path=/trunk/; revision=45085
15 files changed:
reactos/dll/win32/user32/misc/misc.c
reactos/subsystems/win32/win32k/include/class.h
reactos/subsystems/win32/win32k/include/object.h
reactos/subsystems/win32/win32k/include/userfuncs.h
reactos/subsystems/win32/win32k/include/window.h
reactos/subsystems/win32/win32k/ntuser/accelerator.c
reactos/subsystems/win32/win32k/ntuser/callproc.c
reactos/subsystems/win32/win32k/ntuser/cursoricon.c
reactos/subsystems/win32/win32k/ntuser/event.c
reactos/subsystems/win32/win32k/ntuser/hook.c
reactos/subsystems/win32/win32k/ntuser/menu.c
reactos/subsystems/win32/win32k/ntuser/monitor.c
reactos/subsystems/win32/win32k/ntuser/object.c
reactos/subsystems/win32/win32k/ntuser/timer.c
reactos/subsystems/win32/win32k/ntuser/window.c