diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 09:26:22 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 09:26:22 -0500 |
| commit | d6995b2f3a0ff5adbdddd5615049e978496321ba (patch) | |
| tree | 32d3df833c23773eca8268e989be7d193d4881c1 /include/input_state.h | |
| parent | 372f980093fec342a4757bc6d8068277f00f5493 (diff) | |
More minor fixes
Diffstat (limited to 'include/input_state.h')
| -rw-r--r-- | include/input_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input_state.h b/include/input_state.h index 528d5e12..27a82809 100644 --- 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; |
