pool-buffer: Reduce struct padding
This commit is contained in:
parent
d77ff0e64d
commit
3ec74a0f2f
1 changed files with 1 additions and 1 deletions
|
@ -12,8 +12,8 @@ struct pool_buffer {
|
|||
PangoContext *pango;
|
||||
size_t size;
|
||||
int32_t width, height, scale;
|
||||
void *data;
|
||||
bool busy;
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct pool_buffer *get_next_buffer(struct wl_shm *shm,
|
||||
|
|
Loading…
Add table
Reference in a new issue