sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 7ecb55f218666ec5c30371eeb9e5982a487fdb4b
parent 97bd548456f83420134c3316f56add2a8b6b2563
Author: Luminarys <kizunanohikari@gmail.com>
Date:   Fri, 21 Aug 2015 09:29:52 -0500

Minor style fix

Diffstat:
Minclude/input_state.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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; - struct wlc_origin *lock_pos; + struct wlc_origin *lock_pos; } tiling; struct pointer_lock { bool left;