Saving 4 byte of memory on 32-Bit systems

This commit is contained in:
krypt-n 2015-11-15 23:06:19 +01:00
parent da26209013
commit e0aee14533
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;
unsigned int button:3;
xcb_window_t window;
char *cmd;
} area_t;