include: Move PaletteFlags definition to gdipluspixelformats.h.

This commit is contained in:
Dmitry Timoshkov 2012-07-19 15:46:04 +09:00 committed by Alexandre Julliard
parent af8721f41b
commit 6d3154ab83
2 changed files with 7 additions and 7 deletions

View File

@ -299,13 +299,6 @@ enum HotkeyPrefix
HotkeyPrefixHide = 2
};
enum PaletteFlags
{
PaletteFlagsHasAlpha = 1,
PaletteFlagsGrayScale = 2,
PaletteFlagsHalftone = 4
};
enum ImageCodecFlags
{
ImageCodecFlagsEncoder = 1,

View File

@ -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