summaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-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 {
29 29
30 struct wlr_backend *backend; 30 struct wlr_backend *backend;
31 struct wlr_backend *noop_backend; 31 struct wlr_backend *noop_backend;
32 // secondary headless backend used for creating virtual outputs on-the-fly
33 struct wlr_backend *headless_backend;
32 34
33 struct wlr_compositor *compositor; 35 struct wlr_compositor *compositor;
34 struct wl_listener compositor_new_surface; 36 struct wl_listener compositor_new_surface;