Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
6d3154ab
Commit
6d3154ab
authored
Jul 19, 2012
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jul 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Move PaletteFlags definition to gdipluspixelformats.h.
parent
af8721f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
gdiplusenums.h
include/gdiplusenums.h
+0
-7
gdipluspixelformats.h
include/gdipluspixelformats.h
+7
-0
No files found.
include/gdiplusenums.h
View file @
6d3154ab
...
...
@@ -299,13 +299,6 @@ enum HotkeyPrefix
HotkeyPrefixHide
=
2
};
enum
PaletteFlags
{
PaletteFlagsHasAlpha
=
1
,
PaletteFlagsGrayScale
=
2
,
PaletteFlagsHalftone
=
4
};
enum
ImageCodecFlags
{
ImageCodecFlagsEncoder
=
1
,
...
...
include/gdipluspixelformats.h
View file @
6d3154ab
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment