summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-13 21:42:03 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-13 21:42:03 +0200
commit02ef2f41eff61194d6c96d25e048103fc131df6e (patch)
tree179ed725a824ca1bb1cb7fdf7c43d854fe527172 /source/theme.c
parent6e5e21b66d9b4b078bed97e9fb41b3c5786849f5 (diff)
Extend list of printable properties names to include list and orientation.
Diffstat (limited to 'source/theme.c')
-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 )