diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-29 08:00:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 08:00:59 -0400 |
commit | a0f490306395ac3705c00ecc85b4a0bba721886e (patch) | |
tree | f5893498ca64b24883e8a1b9f571ea54359efad3 /include/backend | |
parent | 795d4071db1ae504e8f5748005513d89ec7064ea (diff) | |
parent | f8e0a034512d4c5a69dde4f5cd02df53af216b72 (diff) |
Merge pull request #926 from emersion/fix-x11-backend-memory-leaks
Fix some backend memory leaks
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index 6ab1cec6..1d56fbe8 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -77,6 +77,8 @@ struct wlr_x11_output *get_x11_output_from_window_id(struct wlr_x11_backend *x11 void get_x11_output_layout_box(struct wlr_x11_backend *backend, struct wlr_box *box); +extern const struct wlr_keyboard_impl keyboard_impl; +extern const struct wlr_pointer_impl pointer_impl; extern const struct wlr_input_device_impl input_device_impl; void handle_x11_input_event(struct wlr_x11_backend *x11, |