Conf: Add multi mouse section possible in bar section.

This commit is contained in:
Martin Duquesnoy
2009-03-26 20:31:23 +01:00
parent 9c6cb3573f
commit 4d5883bbf0
5 changed files with 37 additions and 11 deletions

View File

@@ -285,6 +285,11 @@ typedef struct
uint layout_bg;
} colors;
struct
{
MouseBinding *mouse;
int nmouse;
} bars;
struct
{
char *background_command;
MouseBinding *mouse;