summaryrefslogtreecommitdiffstats
path: root/include/pool-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pool-buffer.h')
-rw-r--r--include/pool-buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pool-buffer.h b/include/pool-buffer.h
index cdebd64d..856f7c8c 100644
--- a/include/pool-buffer.h
+++ b/include/pool-buffer.h
@@ -17,5 +17,6 @@ struct pool_buffer {
17 17
18struct pool_buffer *get_next_buffer(struct wl_shm *shm, 18struct pool_buffer *get_next_buffer(struct wl_shm *shm,
19 struct pool_buffer pool[static 2], uint32_t width, uint32_t height); 19 struct pool_buffer pool[static 2], uint32_t width, uint32_t height);
20void destroy_buffer(struct pool_buffer *buffer);
20 21
21#endif 22#endif