Replace list_t with wl_list for wlr_input_device

Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
This commit is contained in:
Heghedus Razvan 2017-10-14 19:17:43 +03:00
parent 1d716241af
commit e1f196a3e9
5 changed files with 25 additions and 21 deletions

View file

@ -5,6 +5,7 @@
#include <stdbool.h>
#include <wlr/types/wlr_compositor.h>
#include <xcb/xcb.h>
#include <wlr/util/list.h>
#ifdef HAS_XCB_ICCCM
#include <xcb/xcb_icccm.h>