aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-30 22:36:04 -0400
committeremersion <contact@emersion.fr>2018-03-30 23:51:19 -0400
commitaa6ae710f70a1b57a71c8a900b0ef4268f60bb4b (patch)
tree160cbccf11f7af9b22084fcb3c44ac8a7b4f1a76 /include/backend
parent0a7a8cbd1c64e50978e846d8cf1bf8b1f6868655 (diff)
backend/x11: fix input events
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/x11.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
index aa058882..0426e481 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -69,6 +69,8 @@ struct wlr_x11_backend {
struct wlr_x11_output *x11_output_from_window_id(struct wlr_x11_backend *x11,
xcb_window_t window);
+void x11_output_layout_get_box(struct wlr_x11_backend *backend,
+ struct wlr_box *box);
const struct wlr_input_device_impl input_device_impl;