Code

Added test script I thought was already added.
[inkscape.git] / src / sp-marker-loc.h
index 1b763f72495d0dd893d19e37441ef05b4b0770e6..98cab3746450da5a274243c05fa7f19ab084aa36 100644 (file)
@@ -7,11 +7,11 @@
  * to do a process across all of the markers, instead of separate code stanzas for each.
  */
 enum SPMarkerLoc {
-    SP_MARKER_LOC,
-    SP_MARKER_LOC_START,
-    SP_MARKER_LOC_MID,
-    SP_MARKER_LOC_END,
-    SP_MARKER_LOC_QTY
+    SP_MARKER_LOC = 0,
+    SP_MARKER_LOC_START = 1,
+    SP_MARKER_LOC_MID = 2,
+    SP_MARKER_LOC_END = 3,
+    SP_MARKER_LOC_QTY = 4
 };