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:
parent
6e5e21b66d
commit
02ef2f41ef
1 changed files with 4 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue