summaryrefslogtreecommitdiffstats
path: root/include/input_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/input_state.h')
-rw-r--r--include/input_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h
index dd5d71a8..52759052 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -66,6 +66,7 @@ extern struct pointer_state {
66} pointer_state; 66} pointer_state;
67 67
68void pointer_position_set(struct wlc_origin *new_origin, bool force_focus); 68void pointer_position_set(struct wlc_origin *new_origin, bool force_focus);
69void center_pointer_on(swayc_t *view);
69 70
70// on button release unset mode depending on the button. 71// on button release unset mode depending on the button.
71// on button press set mode conditionally depending on the button 72// on button press set mode conditionally depending on the button