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 )