diff options
author | emersion <contact@emersion.fr> | 2018-04-03 13:32:24 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-04-03 13:32:24 -0400 |
commit | 9609985f2976373772733d35f29fb682c144a261 (patch) | |
tree | 5956638fced51eb88f3cef03341003cdfc347842 /include | |
parent | 31c6ce13cde01bbb3921a520b6a8db6427da3094 (diff) |
backend/x11: fix cursor position when receiving configure event
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index 33c9a427..2fce409e 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -79,6 +79,8 @@ const struct wlr_input_device_impl input_device_impl; bool x11_handle_input_event(struct wlr_x11_backend *x11, xcb_generic_event_t *event); +void x11_update_pointer_position(struct wlr_x11_output *output, + xcb_timestamp_t time); void x11_output_handle_configure_notify(struct wlr_x11_output *output, xcb_configure_notify_event_t *event); |