aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r--include/wlr/backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
index 020be18d..025f74bd 100644
--- a/include/wlr/backend.h
+++ b/include/wlr/backend.h
@@ -29,6 +29,7 @@ struct wlr_backend {
// Private state
struct wlr_renderer *renderer;
+ struct wlr_allocator *allocator;
};
/**