mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Rename remaining refs to wlr_list
This commit is contained in:
parent
d3f0878d71
commit
169b68b17c
14 changed files with 51 additions and 51 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <wlr/types/wlr_input_device.h>
|
||||
#include <wlr/backend/interface.h>
|
||||
#include <wlr/interfaces/wlr_input_device.h>
|
||||
#include <wlr/util/list.h>
|
||||
#include <wlr/types/wlr_list.h>
|
||||
|
||||
struct wlr_libinput_backend {
|
||||
struct wlr_backend backend;
|
||||
|
|
@ -18,7 +18,7 @@ struct wlr_libinput_backend {
|
|||
|
||||
struct wl_listener session_signal;
|
||||
|
||||
list_t *wlr_device_lists;
|
||||
struct wlr_list *wlr_device_lists;
|
||||
};
|
||||
|
||||
struct wlr_libinput_input_device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue