diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fullscreen-shell.c | 1 | ||||
-rw-r--r-- | examples/output-layout.c | 1 | ||||
-rw-r--r-- | examples/quads.c | 1 | ||||
-rw-r--r-- | examples/tablet.c | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/examples/fullscreen-shell.c b/examples/fullscreen-shell.c index 52776c55..c4916a71 100644 --- a/examples/fullscreen-shell.c +++ b/examples/fullscreen-shell.c @@ -14,6 +14,7 @@ #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/output-layout.c b/examples/output-layout.c index 121ea15b..356d5d56 100644 --- a/examples/output-layout.c +++ b/examples/output-layout.c @@ -17,6 +17,7 @@ #include <wlr/types/wlr_input_device.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> +#include <wlr/util/box.h> #include <wlr/util/log.h> #include <xkbcommon/xkbcommon.h> #include "cat.h" diff --git a/examples/quads.c b/examples/quads.c index 8745706e..6696ef7c 100644 --- a/examples/quads.c +++ b/examples/quads.c @@ -14,6 +14,7 @@ #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> #include <wlr/types/wlr_matrix.h> +#include <wlr/util/box.h> #include <wlr/util/log.h> #include <xkbcommon/xkbcommon.h> diff --git a/examples/tablet.c b/examples/tablet.c index 7d82f441..5d0e8dcc 100644 --- a/examples/tablet.c +++ b/examples/tablet.c @@ -9,13 +9,13 @@ #include <wlr/backend.h> #include <wlr/backend/session.h> #include <wlr/render/wlr_renderer.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> #include <wlr/types/wlr_keyboard.h> #include <wlr/types/wlr_tablet_pad.h> #include <wlr/types/wlr_tablet_tool.h> +#include <wlr/util/box.h> #include <wlr/util/log.h> #include <xkbcommon/xkbcommon.h> |