Commit a5b9cbff authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

include: Add PaletteFlags enumeration.

parent c02ee188
......@@ -291,6 +291,13 @@ enum HotkeyPrefix
HotkeyPrefixHide = 2
};
enum PaletteFlags
{
PaletteFlagsHasAlpha = 1,
PaletteFlagsGrayScale = 2,
PaletteFlagsHalftone = 4
};
enum ImageCodecFlags
{
ImageCodecFlagsEncoder = 1,
......@@ -455,6 +462,7 @@ typedef enum FontStyle FontStyle;
typedef enum StringFormatFlags StringFormatFlags;
typedef enum HotkeyPrefix HotkeyPrefix;
typedef enum PenAlignment GpPenAlignment;
typedef enum PaletteFlags PaletteFlags;
typedef enum ImageCodecFlags ImageCodecFlags;
typedef enum CombineMode CombineMode;
typedef enum FlushIntention FlushIntention;
......
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