pool-buffer: Reduce struct padding

This commit is contained in:
adnano 2023-12-28 11:28:08 -05:00
parent d77ff0e64d
commit 3ec74a0f2f

View file

@ -12,8 +12,8 @@ struct pool_buffer {
PangoContext *pango; PangoContext *pango;
size_t size; size_t size;
int32_t width, height, scale; int32_t width, height, scale;
void *data;
bool busy; bool busy;
void *data;
}; };
struct pool_buffer *get_next_buffer(struct wl_shm *shm, struct pool_buffer *get_next_buffer(struct wl_shm *shm,