Code

New crosshairs cursor for geometry context
[inkscape.git] / src / enums.h
index fb8a30c50a0a5e1b3501d28ccec6443873d57295..4d3c75c208e1f108b1f97720bf58cfbd788ed299 100644 (file)
@@ -73,5 +73,13 @@ enum {
        SP_CLONE_ORPHANS_ASKME
 };
 
+/* "inlayer" preference values */
+
+enum PrefsSelectionContext {
+    PREFS_SELECTION_ALL = 0,
+    PREFS_SELECTION_LAYER = 1,
+    PREFS_SELECTION_LAYER_RECURSIVE = 2,
+};
+
 #endif