diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-12 16:39:14 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-07-12 16:39:14 +1200 |
commit | c29e5bbde84260763eaece5b47c219fd1fff7883 (patch) | |
tree | 790e8df3d1e91f63fb719611032a05f42b54b53e /include/sway | |
parent | df17a268b92aef2ff0fbcc14d7a2457cbb0968b1 (diff) |
Use WLC v2 pointer interface
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/input_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input_state.h b/include/sway/input_state.h index 903301fb..fd5a3a25 100644 --- a/include/sway/input_state.h +++ b/include/sway/input_state.h @@ -69,7 +69,7 @@ enum modifier_state { MOD_STATE_RELEASED = 2 }; -void pointer_position_set(struct wlc_origin *new_origin, bool force_focus); +void pointer_position_set(double new_x, double new_y, bool force_focus); void center_pointer_on(swayc_t *view); // on button release unset mode depending on the button. |