mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
[SDK][INCLUDE] Formatting gdiplus headers (#2190)
Just code formatting. CORE-16585 $ clang-format -style=file -i sdk/include/psdk/gdiplus[a-z]*
This commit is contained in:
parent
8faf38ed22
commit
e7814f19fb
23 changed files with 6651 additions and 5056 deletions
|
@ -26,9 +26,9 @@ struct ColorMatrix
|
|||
|
||||
enum ColorMatrixFlags
|
||||
{
|
||||
ColorMatrixFlagsDefault = 0,
|
||||
ColorMatrixFlagsSkipGrays = 1,
|
||||
ColorMatrixFlagsAltGray = 2
|
||||
ColorMatrixFlagsDefault = 0,
|
||||
ColorMatrixFlagsSkipGrays = 1,
|
||||
ColorMatrixFlagsAltGray = 2
|
||||
};
|
||||
|
||||
enum ColorAdjustType
|
||||
|
@ -68,6 +68,6 @@ typedef enum HistogramFormat HistogramFormat;
|
|||
typedef struct ColorMatrix ColorMatrix;
|
||||
typedef struct ColorMap ColorMap;
|
||||
|
||||
#endif /* end of c typedefs */
|
||||
#endif /* end of c typedefs */
|
||||
|
||||
#endif /* _GDIPLUSCOLORMATRIX_H */
|
||||
#endif /* _GDIPLUSCOLORMATRIX_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue