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

@ -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"