commit 97bd548456f83420134c3316f56add2a8b6b2563
parent de86c5f4ea20d005a1f5512406725fb44827e339
Author: Luminarys <kizunanohikari@gmail.com>
Date: Fri, 21 Aug 2015 09:26:22 -0500
More minor fixes
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/input_state.h b/include/input_state.h
@@ -37,7 +37,7 @@ extern struct pointer_state {
struct pointer_tiling {
bool resize;
swayc_t *init_view;
- wlc_origin *lock_pos;
+ struct wlc_origin *lock_pos;
} tiling;
struct pointer_lock {
bool left;
diff --git a/sway/input_state.c b/sway/input_state.c
@@ -48,7 +48,7 @@ void release_key(keycode key) {
}
}
-struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0}, {0, 0, 0, 0}};
+struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0, 0}, {0, 0, 0, 0}};
static struct wlc_geometry saved_floating;