Fix bug with >16 paintbrushes
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1482 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
10
src/const.h
10
src/const.h
@@ -210,9 +210,17 @@ enum PAINTBRUSH_SHAPES
|
||||
PAINTBRUSH_SHAPE_DIAMOND,
|
||||
PAINTBRUSH_SHAPE_SIEVE_ROUND,
|
||||
PAINTBRUSH_SHAPE_SIEVE_SQUARE,
|
||||
PAINTBRUSH_SHAPE_RESERVED1, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_RESERVED2, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_RESERVED3, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_RESERVED4, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_RESERVED5, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_RESERVED6, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_RESERVED7, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_RESERVED8, ///< Reserved for future use
|
||||
PAINTBRUSH_SHAPE_MISC, ///< A raw monochrome bitmap, can't be resized. This must be the last of the preset paintbrush types.
|
||||
PAINTBRUSH_SHAPE_POINT, ///< Used to reduce the paintbrush to a single pixel, during operations like floodfill.
|
||||
PAINTBRUSH_SHAPE_NONE, ///< Used to display no cursor at all (colorpicker)
|
||||
PAINTBRUSH_SHAPE_NONE, ///< Used to display no cursor at all (colorpicker)
|
||||
PAINTBRUSH_SHAPE_COLOR_BRUSH, ///< User's brush, in color mode
|
||||
PAINTBRUSH_SHAPE_MONO_BRUSH, ///< User's brush, in mono mode
|
||||
PAINTBRUSH_SHAPE_MAX ///< Upper limit.
|
||||
|
||||
Reference in New Issue
Block a user