1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Extend list of printable properties names to include list and orientation.

This commit is contained in:
Dave Davenport 2017-06-13 21:42:03 +02:00
parent 6e5e21b66d
commit 02ef2f41ef

View file

@ -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 )