Merge from trunk: It's possible to select an (indexed) palette into a bitfield (e.g. 16 bit deep) DC. This palette will be used when calling CreateDIBSection with DIB_PAL_COLORS usage. Fixes bug 1077.
Modified: branches/ros-branch-0_2_9/reactos/include/win32k/dc.h
--- branches/ros-branch-0_2_9/reactos/include/win32k/dc.h 2005-12-08 17:41:57 UTC (rev 19968) +++ branches/ros-branch-0_2_9/reactos/include/win32k/dc.h 2005-12-08 17:42:31 UTC (rev 19969) @@ -100,6 +100,8 @@
INT saveLevel; BOOL IsIC;
+ HPALETTE PalIndexed; +
WIN_DC_INFO w; } DC, *PDC;