aboutsummaryrefslogtreecommitdiff
path: root/include/pool-buffer.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-05 16:09:41 -0400
committerGitHub <noreply@github.com>2018-04-05 16:09:41 -0400
commit268c68b41707a664e5059699c720f000f20e2276 (patch)
tree523748eb922a50f9e74a485b86f445f8bc759464 /include/pool-buffer.h
parent842a3ea45c07ab5ed8e3c20af5ef0dc92fff22de (diff)
parentf242362e7e521a8f35f47572038a20d404d25327 (diff)
Merge pull request #1745 from swaywm/swaybar-hotplugging
Handle output removal on swaybar
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 {
struct pool_buffer *get_next_buffer(struct wl_shm *shm,
struct pool_buffer pool[static 2], uint32_t width, uint32_t height);
+void destroy_buffer(struct pool_buffer *buffer);
#endif