It's possible to select an (indexed) palette into a bitfield (e.g. 16 bit
[reactos.git] / reactos / include / win32k / dc.h
index 74c4d09..efb71ab 100644 (file)
@@ -100,6 +100,8 @@ typedef struct _DC
   INT  saveLevel;
   BOOL IsIC;
 
+  HPALETTE PalIndexed;
+
   WIN_DC_INFO  w;
 } DC, *PDC;