From 02ef2f41eff61194d6c96d25e048103fc131df6e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 13 Jun 2017 21:42:03 +0200 Subject: Extend list of printable properties names to include list and orientation. --- source/theme.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/theme.c') 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 ) -- cgit v1.2.3