A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 4e4095383f - 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
2008-03-17 22:17:48 +00:00
irc Fix the build. 2008-03-08 11:08:52 +00:00
reactos - Set the BaseObject.hHmgr field in GDIOBJ_AllocObj 2008-03-17 22:17:48 +00:00
rosapps make syscalldump dump the names of the functions in apfnSimpleCall array. 2008-03-15 03:08:30 +00:00
rostests add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
wallpaper Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00