support menu <xft_font> in xoatrc

This commit is contained in:
Sean Pringle
2015-01-10 20:38:51 +10:00
parent a8edef46dd
commit 8b944ac4c0
2 changed files with 6 additions and 1 deletions

1
xoat.c
View File

@@ -122,6 +122,7 @@ typedef struct _Settings {
char *title_blur;
char *title_focus;
unsigned int title_ellipsis;
char *menu;
unsigned int layout_count;
Layout *layouts;