A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 2962518823 [WIN32K]
Implement CreateDIBPalette(), replacing BuildDIBPalette.
It creates a palette without a handle and handles DIB_PAL_COLORS as well as DIB_RGB_COLORS. Additionally it now handles DIB_PAL_BRUSHHACK, which is used for DIB brushes, when DIB_PAL_COLORS is passed to CreateDIBPatternBrush(). The palette is not created directly, but instead the indices into the DC palette are put into the palette and the real palette is created, when the brush is realized. The latter is not yet handled.

svn path=/trunk/; revision=56518
2012-05-05 21:39:35 +00:00
reactos [WIN32K] 2012-05-05 21:39:35 +00:00
rosapps [ROSAPPS] 2012-03-10 13:36:45 +00:00
rostests [WINETESTS] 2012-05-05 16:54:37 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00