mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/x11: fix input events
This commit is contained in:
parent
0a7a8cbd1c
commit
aa6ae710f7
3 changed files with 53 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue