Minor style fix

This commit is contained in:
Luminarys 2015-08-21 09:29:52 -05:00
parent 97bd548456
commit 7ecb55f218
1 changed files with 1 additions and 1 deletions

View File

@ -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;