diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-01-13 11:55:09 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-01-13 10:06:41 +0000 |
commit | 617eb4fb9338c6960feb95b1a734c9cdd6bc5c46 (patch) | |
tree | 973e6b8403cfacd6b8c545cda07dd115a47a945c /xwayland | |
parent | e94e16ba5dd95e1fb27cdf46da9e3b42b4869521 (diff) |
surface: deprecate wlr_surface.h
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 313bfc0a..f0a010d9 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -5,9 +5,9 @@ #include <stdlib.h> #include <unistd.h> #include <wlr/config.h> +#include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_data_device.h> #include <wlr/types/wlr_primary_selection.h> -#include <wlr/types/wlr_surface.h> #include <wlr/util/edges.h> #include <wlr/util/log.h> #include <wlr/xcursor.h> |