commit 7e81d304a3121e92f78527dcf1327e991b0089ac parent 90f7f1a0e61fa20ed1b74b9df057aa70abc791ed Author: emersion <contact@emersion.fr> Date: Tue, 5 Dec 2017 18:21:48 +0100 Remove wlc includes Diffstat:
| M | include/sway/config.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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; }; /**