backend/x11: fix input events

This commit is contained in:
emersion 2018-03-30 22:36:04 -04:00
parent 0a7a8cbd1c
commit aa6ae710f7
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 53 additions and 4 deletions

View file

@ -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;