Update libinput backend with new state design

This commit is contained in:
Drew DeVault 2017-08-12 13:51:47 -04:00
parent 81cd90297d
commit c95a108d2f
4 changed files with 80 additions and 86 deletions

View file

@ -10,13 +10,13 @@ backend_files = files(
#'drm/drm-legacy.c',
#'drm/drm-properties.c',
#'drm/drm-util.c',
#'libinput/backend.c',
#'libinput/events.c',
#'libinput/keyboard.c',
#'libinput/pointer.c',
#'libinput/tablet_pad.c',
#'libinput/tablet_tool.c',
#'libinput/touch.c',
'libinput/backend.c',
'libinput/events.c',
'libinput/keyboard.c',
'libinput/pointer.c',
'libinput/tablet_pad.c',
'libinput/tablet_tool.c',
'libinput/touch.c',
'multi/backend.c',
'wayland/backend.c',
'wayland/output.c',