Commit 6d3154ab authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

include: Move PaletteFlags definition to gdipluspixelformats.h.

parent af8721f4
......@@ -299,13 +299,6 @@ enum HotkeyPrefix
HotkeyPrefixHide = 2
};
enum PaletteFlags
{
PaletteFlagsHasAlpha = 1,
PaletteFlagsGrayScale = 2,
PaletteFlagsHalftone = 4
};
enum ImageCodecFlags
{
ImageCodecFlagsEncoder = 1,
......
......@@ -74,6 +74,13 @@ static inline UINT GetPixelFormatSize(PixelFormat format)
return (format >> 8) & 0xff;
}
enum PaletteFlags
{
PaletteFlagsHasAlpha = 1,
PaletteFlagsGrayScale = 2,
PaletteFlagsHalftone = 4
};
#ifdef __cplusplus
struct ColorPalette
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment