diff options
author | Heghedus Razvan <heghedus.razvan@gmail.com> | 2017-10-14 19:17:43 +0300 |
---|---|---|
committer | Heghedus Razvan <heghedus.razvan@gmail.com> | 2017-10-20 11:50:43 +0300 |
commit | e1f196a3e9477385ca30180686cda82e3ab735ce (patch) | |
tree | 65fafc2cc2bc5b4ed99f63d1bd4658002a055ed9 /examples | |
parent | 1d716241afbc721c3ae65d4a2bb0e25866fe081c (diff) |
Replace list_t with wl_list for wlr_input_device
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/pointer.c b/examples/pointer.c index 238be9b3..f03571c3 100644 --- a/examples/pointer.c +++ b/examples/pointer.c @@ -21,6 +21,7 @@ #include <wlr/xcursor.h> #include <wlr/types/wlr_cursor.h> #include <wlr/util/log.h> +#include <wlr/util/list.h> #include "shared.h" #include "config.h" #include "cat.h" |