diff options
author | emersion <contact@emersion.fr> | 2017-11-21 18:34:12 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-21 18:34:12 +0100 |
commit | dcb168914e714156605eb9be03e175de78092e50 (patch) | |
tree | 98415a19a4c3cf2c9a1f2508949eebc1d28d300b /include/backend/libinput.h | |
parent | 9a6f799d8f72c1dcd24e22749d43eb2ed54681c6 (diff) | |
parent | 1228d0da19edbfc1730b6918760aef444fac8887 (diff) |
Merge branch 'master' into fullscreen
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r-- | include/backend/libinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 93b859a7..be2557ed 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -18,7 +18,7 @@ struct wlr_libinput_backend { struct wl_listener session_signal; - struct wlr_list *wlr_device_lists; + struct wlr_list wlr_device_lists; // list of struct wl_list }; struct wlr_libinput_input_device { |