Merge branch 'scroll-fix' into xft-port
* scroll-fix: Fix LemonBoy/bar#154 and krypt-n/bar#18
This commit is contained in:
commit
62d5338277
|
@ -49,7 +49,7 @@ typedef struct area_t {
|
||||||
unsigned int end:16;
|
unsigned int end:16;
|
||||||
bool active:1;
|
bool active:1;
|
||||||
int align:3;
|
int align:3;
|
||||||
int button:3;
|
int button;
|
||||||
xcb_window_t window;
|
xcb_window_t window;
|
||||||
char *cmd;
|
char *cmd;
|
||||||
} area_t;
|
} area_t;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user