aboutsummaryrefslogtreecommitdiff
path: root/examples/fullscreen-shell.c
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2021-07-01 16:36:01 -0400
committerSimon Ser <contact@emersion.fr>2021-07-06 21:43:17 +0200
commite192d8773181681baa5f189b3375992ff41bc5e0 (patch)
tree26c46595336cf93d3f05ed9f2522b4750617d73a /examples/fullscreen-shell.c
parentd975f35bba6e128218de2696d5bce26656e3fd5f (diff)
move wlr_box from /types to /util
Diffstat (limited to 'examples/fullscreen-shell.c')
-rw-r--r--examples/fullscreen-shell.c1
1 files changed, 1 insertions, 0 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>
/**