Update for wlroots!3814

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3814
This commit is contained in:
Simon Ser 2022-11-03 18:39:14 +01:00
parent 717e9ef581
commit 7623292734
3 changed files with 5 additions and 8 deletions

View file

@ -34,6 +34,7 @@ struct sway_server {
const char *socket;
struct wlr_backend *backend;
struct wlr_session *session;
// secondary headless backend used for creating virtual outputs on-the-fly
struct wlr_backend *headless_backend;
struct wlr_renderer *renderer;