Code

Translations. French translation minor update.
[inkscape.git] / src / enums.h
index 4d3c75c208e1f108b1f97720bf58cfbd788ed299..8b9dcc71f691ab39dbfb13d9cd0df8955fda1cb4 100644 (file)
@@ -81,5 +81,13 @@ enum PrefsSelectionContext {
     PREFS_SELECTION_LAYER_RECURSIVE = 2,
 };
 
+/* clip/mask group enclosing behavior preference values */
+
+enum PrefsMaskobjectGrouping {
+    PREFS_MASKOBJECT_GROUPING_NONE = 0,
+    PREFS_MASKOBJECT_GROUPING_SEPARATE = 1,
+    PREFS_MASKOBJECT_GROUPING_ALL = 2,
+};
+
 #endif