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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
index b56e789c..020be18d 100644
--- a/include/wlr/backend.h
+++ b/include/wlr/backend.h
@@ -25,6 +25,10 @@ struct wlr_backend {
/** Raised when new outputs are added, passed the wlr_output */
struct wl_signal new_output;
} events;
+
+ // Private state
+
+ struct wlr_renderer *renderer;
};
/**