aboutsummaryrefslogtreecommitdiff
path: root/include/backend/x11.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-15 11:11:00 +0200
committerGitHub <noreply@github.com>2018-04-15 11:11:00 +0200
commit1db8667ceaef0e73b0937c277ad16268429ff4c5 (patch)
tree020a27e79253fc18d03738d53b3abdbfb4d06cb5 /include/backend/x11.h
parent63763d327969a17af43ccaf8fe4c6da941f8efcb (diff)
parente79d924588523732d13b582a46962246c8a9670d (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.h2
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);