aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index a9ffe187..3c972bc5 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -29,6 +29,8 @@ struct sway_server {
struct wlr_backend *backend;
struct wlr_backend *noop_backend;
+ // secondary headless backend used for creating virtual outputs on-the-fly
+ struct wlr_backend *headless_backend;
struct wlr_compositor *compositor;
struct wl_listener compositor_new_surface;