- Set the BaseObject.hHmgr field in GDIOBJ_AllocObj
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 17 Mar 2008 22:17:48 +0000 (22:17 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 17 Mar 2008 22:17:48 +0000 (22:17 +0000)
commit4e4095383fb6bf73de80ee51fd054efd053f4a20
tree5cc6db3b577903d285bd63e3366b6a07056cbe1b
parentf7f8c1d189bde5a90f0149f2361f51d6ab29bafa
- Set the BaseObject.hHmgr field in GDIOBJ_AllocObj
- rename RGNDATA_ functions to REGION_ to have a consistent naming.
- move REGION prototypes to region.h
- rename REGION_AllocRgn to REGION_AllocRgnWithHandle and make it return a pointer to a locked region.
- rename UnsafeIntGetRgnBox to REGION_GetRgnBox
- rename UnsafeIntRectInRegion to REGION_RectInRegion
- remove UnsafeIntUnionRectWithRgn maco
- implement REGION_SetRectRgn and call it from NtGdiSetRectRgn
- reorder some parameters
- remove REGION_CropRgn, use REGION_CropAndOffsetRegion instead
- Implement UserShowCursor based on the code from NtUserCallOneParam and call it from inside the switch statement.

svn path=/trunk/; revision=32713
12 files changed:
reactos/subsystems/win32/win32k/eng/engwindow.c
reactos/subsystems/win32/win32k/include/cursoricon.h
reactos/subsystems/win32/win32k/include/intgdi.h
reactos/subsystems/win32/win32k/include/region.h
reactos/subsystems/win32/win32k/ntuser/cursoricon.c
reactos/subsystems/win32/win32k/ntuser/misc.c
reactos/subsystems/win32/win32k/ntuser/painting.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/gdiobj.c
reactos/subsystems/win32/win32k/objects/region.c