summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/theme.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/theme.c b/source/theme.c
index 1b8e7c4e..77d4443e 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -62,6 +62,10 @@ const char *PropertyTypeName[] = {
"Position",
/** Highlight */
"Highlight",
+ /** List */
+ "List",
+ /** Orientation */
+ "Orientation",
};
void yyerror ( YYLTYPE *yylloc, const char *, const char * );
static gboolean distance_compare ( RofiDistance d, RofiDistance e )