diff options
author | emersion <contact@emersion.fr> | 2018-04-15 11:11:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-15 11:11:00 +0200 |
commit | 1db8667ceaef0e73b0937c277ad16268429ff4c5 (patch) | |
tree | 020a27e79253fc18d03738d53b3abdbfb4d06cb5 /include/backend/x11.h | |
parent | 63763d327969a17af43ccaf8fe4c6da941f8efcb (diff) | |
parent | e79d924588523732d13b582a46962246c8a9670d (diff) |
Merge pull request #869 from psychon/x11-cleanups
Some changes to the x11 backend
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index 1c88cefc..aa946912 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -79,7 +79,7 @@ void x11_output_layout_get_box(struct wlr_x11_backend *backend, const struct wlr_input_device_impl input_device_impl; -bool x11_handle_input_event(struct wlr_x11_backend *x11, +void 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); |