diff options
author | Simon Ser <contact@emersion.fr> | 2022-01-13 11:15:39 +0100 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-01-13 14:01:37 +0300 |
commit | d6f8820a8b7190a2ce76a0f140e1514e2c32dd50 (patch) | |
tree | e59e41a785297697c9e8fef7f1a8b1e90efc1699 /sway/desktop/output.c | |
parent | dbaf2e4fdb327f05f792b69430fe6f893fc9d879 (diff) |
Upgrade for wlroots surface refactoring
See [1] for details.
[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3412
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r-- | sway/desktop/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c index 68f095c0..852671d2 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -14,7 +14,7 @@ #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_presentation_time.h> -#include <wlr/types/wlr_surface.h> +#include <wlr/types/wlr_compositor.h> #include <wlr/util/region.h> #include "config.h" #include "log.h" |