[Win32k]
authorJames Tabor <james.tabor@reactos.org>
Mon, 11 Jan 2010 07:36:48 +0000 (07:36 +0000)
committerJames Tabor <james.tabor@reactos.org>
Mon, 11 Jan 2010 07:36:48 +0000 (07:36 +0000)
commit24533102e600543fd0f93579c6b20d03ce2cba28
treea1377770eacfb2a10dd7fd392ea625f4917a2ab4
parent9da88c7fda4da56f24c7f37db2a5d1219931b991
[Win32k]
- More movement to WND with updates to related files. Added new scroll and get/post message routines. In the mix we did moved to the MONITOR structure.

svn path=/trunk/; revision=45042
15 files changed:
reactos/subsystems/win32/win32k/include/monitor.h
reactos/subsystems/win32/win32k/include/scroll.h
reactos/subsystems/win32/win32k/include/win32.h
reactos/subsystems/win32/win32k/include/window.h
reactos/subsystems/win32/win32k/ntuser/defwnd.c
reactos/subsystems/win32/win32k/ntuser/focus.c
reactos/subsystems/win32/win32k/ntuser/input.c
reactos/subsystems/win32/win32k/ntuser/message.c
reactos/subsystems/win32/win32k/ntuser/monitor.c
reactos/subsystems/win32/win32k/ntuser/msgqueue.c
reactos/subsystems/win32/win32k/ntuser/painting.c
reactos/subsystems/win32/win32k/ntuser/scrollbar.c
reactos/subsystems/win32/win32k/ntuser/timer.c
reactos/subsystems/win32/win32k/ntuser/window.c
reactos/subsystems/win32/win32k/ntuser/winpos.c