Infobar: Add selbar; title of selected client in infobar (Feature #31 requested by markand), conf: [bar] selbar = true/false

This commit is contained in:
Martin Duquesnoy
2010-03-24 18:03:17 +01:00
parent fab6a9f584
commit 842bc7d3ce
8 changed files with 58 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ typedef struct
/* InfoBar Struct */
typedef struct
{
BarWindow *bar;
BarWindow *bar, *selbar;
BarWindow *layout_button;
BarWindow *tags_board, *tags[MAXTAG];
XRectangle geo;
@@ -345,6 +345,7 @@ typedef struct
int height;
MouseBinding *mouse;
int nmouse;
Bool selbar;
} bars;
struct
{