app: clean up the new brush outline stuff a bit
This commit is contained in:
@ -77,13 +77,14 @@ typedef enum
|
||||
GIMP_HANDLE_ANCHOR_EAST
|
||||
} GimpHandleAnchor;
|
||||
|
||||
|
||||
#define GIMP_TYPE_PATH_STYLE (gimp_path_style_get_type ())
|
||||
|
||||
GType gimp_path_style_get_type (void) G_GNUC_CONST;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GIMP_PATH_STYLE_DEFAULT = 0,
|
||||
GIMP_PATH_STYLE_DEFAULT,
|
||||
GIMP_PATH_STYLE_VECTORS,
|
||||
GIMP_PATH_STYLE_OUTLINE
|
||||
} GimpPathStyle;
|
||||
|
Reference in New Issue
Block a user