[Win32k]
authorJames Tabor <james.tabor@reactos.org>
Thu, 21 Jan 2010 13:18:33 +0000 (13:18 +0000)
committerJames Tabor <james.tabor@reactos.org>
Thu, 21 Jan 2010 13:18:33 +0000 (13:18 +0000)
commit890497afd7da133514aaeb0f41fef7bad6f32a54
treee620a85bbe40ad6755b0d210c2958385d7d22e69
parent202f931c4e777cd7dab648c623f3619727b96c18
[Win32k]
- Fixes to region support code. See bug 5124.

svn path=/trunk/; revision=45181
15 files changed:
reactos/subsystems/win32/win32k/include/dc.h
reactos/subsystems/win32/win32k/include/gdiobj.h
reactos/subsystems/win32/win32k/include/region.h
reactos/subsystems/win32/win32k/ntuser/message.c
reactos/subsystems/win32/win32k/ntuser/monitor.c
reactos/subsystems/win32/win32k/ntuser/painting.c
reactos/subsystems/win32/win32k/ntuser/vis.c
reactos/subsystems/win32/win32k/ntuser/windc.c
reactos/subsystems/win32/win32k/ntuser/window.c
reactos/subsystems/win32/win32k/ntuser/winpos.c
reactos/subsystems/win32/win32k/objects/cliprgn.c
reactos/subsystems/win32/win32k/objects/dclife.c
reactos/subsystems/win32/win32k/objects/dcobjs.c
reactos/subsystems/win32/win32k/objects/gdiobj.c
reactos/subsystems/win32/win32k/objects/region.c