aboutsummaryrefslogtreecommitdiff
path: root/include/pool-buffer.h
diff options
context:
space:
mode:
authorRyan Dwyer <RyanDwyer@users.noreply.github.com>2018-05-28 00:14:22 +1000
committerGitHub <noreply@github.com>2018-05-28 00:14:22 +1000
commit8fda41dab52656c7c4a0db9a835ae57cea994538 (patch)
tree2b0c481616cd738e0f6ca92be9594eec7707799b /include/pool-buffer.h
parent569f4e0e4c75562c38848ea0bbaeb3b2f230b1a9 (diff)
parentde32b6d52ef8cf7d477fba23f42ca054155add56 (diff)
Merge branch 'master' into cmd-swap
Diffstat (limited to 'include/pool-buffer.h')
-rw-r--r--include/pool-buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pool-buffer.h b/include/pool-buffer.h
index 856f7c8c..54f5be06 100644
--- a/include/pool-buffer.h
+++ b/include/pool-buffer.h
@@ -12,6 +12,8 @@ struct pool_buffer {
cairo_t *cairo;
PangoContext *pango;
uint32_t width, height;
+ void *data;
+ size_t size;
bool busy;
};