[ros-diffs] [gvg] 19969: Merge from trunk:

gvg at svn.reactos.com gvg at svn.reactos.com
Thu Dec 8 18:42:43 CET 2005


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
  _____  

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;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051208/18d66646/attachment.html


More information about the Ros-diffs mailing list