Merge branch 'scroll-fix' into xft-port
* scroll-fix: Saving 4 byte of memory on 32-Bit systems
This commit is contained in:
commit
94a73d3e48
|
@ -49,7 +49,7 @@ typedef struct area_t {
|
|||
unsigned int end:16;
|
||||
bool active:1;
|
||||
int align:3;
|
||||
int button;
|
||||
unsigned int button:3;
|
||||
xcb_window_t window;
|
||||
char *cmd;
|
||||
} area_t;
|
||||
|
|
Loading…
Reference in New Issue
Block a user