aboutsummaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 56b4e637..7de85ab7 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -5,8 +5,8 @@
#include <libinput.h>
#include <stdint.h>
-#include <wlc/geometry.h>
-#include <wlc/wlc.h>
+#include <string.h>
+#include <wlr/types/wlr_box.h>
#include <xkbcommon/xkbcommon.h>
#include <time.h>
#include "list.h"
@@ -68,7 +68,7 @@ struct input_config {
int tap;
bool capturable;
- struct wlc_geometry region;
+ struct wlr_box region;
};
/**