summaryrefslogtreecommitdiffstats
path: root/include/rofi-types.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-06 10:03:44 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-06 10:03:44 +0200
commit50998b8f04c6335c43bcc1923aa8f1d6d75db01d (patch)
tree9b38a2faa2af4111fa7178cb10841a68ffd3a173 /include/rofi-types.h
parent9b0a430fd48b390b7a1c14dab3b0e5fe4cd2b63a (diff)
Flatten hierarchy, don't inherit by default.
* add keyword inherit to language parser and theme structure.
Diffstat (limited to 'include/rofi-types.h')
-rw-r--r--include/rofi-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi-types.h b/include/rofi-types.h
index d11db858..57393981 100644
--- a/include/rofi-types.h
+++ b/include/rofi-types.h
@@ -30,6 +30,8 @@ typedef enum
P_LIST,
/** Orientation */
P_ORIENTATION,
+ /** Inherit */
+ P_INHERIT,
/** Number of types. */
P_NUM_TYPES,
} PropertyType;