Merge pull request #157 from krypt-n/scroll-fix

Fix the missing scrolling wheel support.
This commit is contained in:
Giuseppe 2015-11-16 17:24:31 +01:00
commit 63ed303553
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ typedef struct area_t {
unsigned int end:16;
bool active:1;
int align:3;
int button:3;
unsigned int button:3;
xcb_window_t window;
char *cmd;
} area_t;