diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-13 08:29:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-13 08:29:42 -0400 |
commit | 43fb40e949c6b0a7492935d358695fdc6ad593a9 (patch) | |
tree | 17ae6de010260083c08b5e97439e391033848255 /include/backend | |
parent | 79cd34b0c63513e3e660a389ac3fd5a228bacd0e (diff) | |
parent | 5c82d2f5c361d9ad6ed3a120cb3f5e1005c4a9e7 (diff) |
Merge pull request #79 from martinetd/libinput_renaming
Libinput renaming
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/libinput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 84914460..3ff714c2 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -14,12 +14,12 @@ struct wlr_libinput_backend { struct wlr_udev *udev; struct wl_display *display; - struct libinput *libinput; + struct libinput *libinput_context; struct wl_event_source *input_event; struct wl_listener session_signal; - list_t *devices; + list_t *wlr_device_lists; }; struct wlr_input_device_state { |