Initial pass on wlr_seat

This commit is contained in:
Drew DeVault 2017-08-16 08:50:43 -04:00 committed by nyorain
parent e7fa4f12e1
commit af5db7a44c
3 changed files with 216 additions and 0 deletions

View file

@ -4,6 +4,7 @@ lib_wlr_types = static_library('wlr_types', files(
'wlr_output.c',
'wlr_pointer.c',
'wlr_region.c',
'wlr_seat.c',
'wlr_surface.c',
'wlr_tablet_pad.c',
'wlr_tablet_tool.c',