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 /examples/fullscreen-shell.c | |
parent | e94e16ba5dd95e1fb27cdf46da9e3b42b4869521 (diff) |
surface: deprecate wlr_surface.h
Diffstat (limited to 'examples/fullscreen-shell.c')
-rw-r--r-- | examples/fullscreen-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/fullscreen-shell.c b/examples/fullscreen-shell.c index 5a9d4c92..bc4bb7a8 100644 --- a/examples/fullscreen-shell.c +++ b/examples/fullscreen-shell.c @@ -14,7 +14,6 @@ #include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> -#include <wlr/types/wlr_surface.h> #include <wlr/util/box.h> #include <wlr/util/log.h> |