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 | |
parent | e94e16ba5dd95e1fb27cdf46da9e3b42b4869521 (diff) |
surface: deprecate wlr_surface.h
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fullscreen-shell.c | 1 | ||||
-rw-r--r-- | examples/scene-graph.c | 1 |
2 files changed, 0 insertions, 2 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> diff --git a/examples/scene-graph.c b/examples/scene-graph.c index bd2003f5..aa542996 100644 --- a/examples/scene-graph.c +++ b/examples/scene-graph.c @@ -13,7 +13,6 @@ #include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_scene.h> -#include <wlr/types/wlr_surface.h> #include <wlr/types/wlr_xdg_shell.h> #include <wlr/util/log.h> |