diff options
-rw-r--r-- | pool-buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pool-buffer.h b/pool-buffer.h index 67a643c..1549041 100644 --- a/pool-buffer.h +++ b/pool-buffer.h @@ -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, |