Infobar/Conf: Add bar { height = x } option (requested by ecc___) to set infobars height.

This commit is contained in:
Martin Duquesnoy
2009-06-06 15:08:06 +02:00
parent fbfc1629f4
commit 71471902f0
5 changed files with 9 additions and 4 deletions

View File

@@ -297,6 +297,7 @@ typedef struct
} colors;
struct
{
int height;
MouseBinding *mouse;
int nmouse;
} bars;