Infobar: Add option to move layout button before of after tags list (Feature #20 requested by Erus.)

This commit is contained in:
Martin Duquesnoy
2010-02-07 17:27:42 +01:00
parent 881ac9f68f
commit 56079ebdfe
4 changed files with 38 additions and 8 deletions

View File

@@ -226,7 +226,7 @@ typedef struct
{
BarWindow *bar;
BarWindow *layout_button;
BarWindow *tags[MAXTAG];
BarWindow *tags_board, *tags[MAXTAG];
XRectangle geo;
int position;
char *statustext;
@@ -392,6 +392,7 @@ typedef struct
int *ntag;
Bool tag_round;
Bool layout_system; /* Switch: False, Menu: True. */
Bool layout_placement; /* Right (normal): False, Left: True. */
/* Number of... */
int nkeybind;
int nlayout;