Split keyboard code out into its own file

This commit is contained in:
Drew DeVault 2017-06-10 11:58:25 -04:00
parent 12612572ef
commit f479b7c8c7
5 changed files with 70 additions and 49 deletions

View file

@ -16,6 +16,7 @@ add_library(wlr-backend
libinput/backend.c
libinput/events.c
libinput/keyboard.c
backend.c
egl.c