aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 09:29:52 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 09:29:52 -0500
commit7ecb55f218666ec5c30371eeb9e5982a487fdb4b (patch)
treec2ac47f934546aaa87d754d380d4102cbc6883ef
parentMore minor fixes (diff)
downloadsway-7ecb55f218666ec5c30371eeb9e5982a487fdb4b.tar.gz
sway-7ecb55f218666ec5c30371eeb9e5982a487fdb4b.tar.zst
sway-7ecb55f218666ec5c30371eeb9e5982a487fdb4b.zip
Minor style fix
-rw-r--r--include/input_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input_state.h b/include/input_state.h
index 27a82809..000996e0 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -37,7 +37,7 @@ extern struct pointer_state {
37 struct pointer_tiling { 37 struct pointer_tiling {
38 bool resize; 38 bool resize;
39 swayc_t *init_view; 39 swayc_t *init_view;
40 struct wlc_origin *lock_pos; 40 struct wlc_origin *lock_pos;
41 } tiling; 41 } tiling;
42 struct pointer_lock { 42 struct pointer_lock {
43 bool left; 43 bool left;