aboutsummaryrefslogtreecommitdiff
path: root/sway/input
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-07-07 11:29:14 +0200
committerSimon Ser <contact@emersion.fr>2021-07-07 11:29:14 +0200
commit4832fc937fae5a5e2af8828a7092c9026bd300e0 (patch)
treee6e76610b131fd9585a3d8d70e72546a611b7b42 /sway/input
parentc41dc335902f1e24a20c521c22591bf26ccaf40c (diff)
downloadsway-4832fc937fae5a5e2af8828a7092c9026bd300e0.tar.xz
Update wlr_box includes
Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3011
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/cursor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index c89d5166..95edf7be 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -6,7 +6,6 @@
#include <errno.h>
#include <time.h>
#include <strings.h>
-#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_idle.h>
#include <wlr/types/wlr_pointer.h>