aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-07-12 09:08:49 -0400
committerDrew DeVault <sir@cmpwn.com>2017-07-18 19:15:42 -0400
commit54cd2236c41db53220fa6b6968c0ac6d0adb9000 (patch)
tree54524f4672b02a138b3a714c5abb396c003e6f28 /include
parentff1eccfabcec262981e0b9152f2a48665ab75d3e (diff)
Merge pull request #1272 from ascent12/pointer-fix
Use WLC v2 pointer interface
Diffstat (limited to 'include')
-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 {
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.