summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e253be3)
raw | patch | inline | side by side (parent: e253be3)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 8 Mar 2007 15:13:01 +0000 (15:13 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 8 Mar 2007 15:13:01 +0000 (15:13 +0000) |
src/sp-gradient.h | patch | blob | history |
diff --git a/src/sp-gradient.h b/src/sp-gradient.h
index 8576d0a82aefcce6e7e093fdb2a6cd1f24061792..52234b50e47d6b1dcbce049d1ee0efe031dc0952 100644 (file)
--- a/src/sp-gradient.h
+++ b/src/sp-gradient.h
} SPGradientState;
typedef enum {
- POINT_G_INVALID,
- POINT_LG_BEGIN,
+ POINT_LG_BEGIN =0, //start enum at 0 (for indexing into gr_knot_shapes array for example)
POINT_LG_END,
POINT_LG_MID,
POINT_RG_CENTER,
POINT_RG_R2,
POINT_RG_FOCUS,
POINT_RG_MID1,
- POINT_RG_MID2
+ POINT_RG_MID2,
+ // insert new point types here.
+
+ POINT_G_INVALID
} GrPointType;
/**