aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-11-03 18:39:14 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-15 22:26:43 +0100
commit7623292734d6ba48bbfef1c32da28d02118dac38 (patch)
treed19927d826274e53271613758380aae620ba5dfc /include/sway/server.h
parentipc: add view content type (diff)
downloadsway-7623292734d6ba48bbfef1c32da28d02118dac38.tar.gz
sway-7623292734d6ba48bbfef1c32da28d02118dac38.tar.zst
sway-7623292734d6ba48bbfef1c32da28d02118dac38.zip
Update for wlroots!3814
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3814
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 2d796d04..11f6b882 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -34,6 +34,7 @@ struct sway_server {
34 const char *socket; 34 const char *socket;
35 35
36 struct wlr_backend *backend; 36 struct wlr_backend *backend;
37 struct wlr_session *session;
37 // secondary headless backend used for creating virtual outputs on-the-fly 38 // secondary headless backend used for creating virtual outputs on-the-fly
38 struct wlr_backend *headless_backend; 39 struct wlr_backend *headless_backend;
39 struct wlr_renderer *renderer; 40 struct wlr_renderer *renderer;