aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input_state.h')
-rw-r--r--include/sway/input_state.h2
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 {
69 MOD_STATE_RELEASED = 2 69 MOD_STATE_RELEASED = 2
70}; 70};
71 71
72void pointer_position_set(struct wlc_origin *new_origin, bool force_focus); 72void pointer_position_set(double new_x, double new_y, bool force_focus);
73void center_pointer_on(swayc_t *view); 73void center_pointer_on(swayc_t *view);
74 74
75// on button release unset mode depending on the button. 75// on button release unset mode depending on the button.