kbd: break out XKB kbd struct to a separate file

This commit is contained in:
Daniel Eklöf 2019-10-27 16:21:19 +01:00
parent 5ca1ee701b
commit 061bbd7049
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 56 additions and 44 deletions

View file

@ -72,6 +72,7 @@ executable(
'font.c', 'font.h',
'grid.c', 'grid.h',
'input.c', 'input.h',
'kbd.c', 'kbd.h',
'log.c', 'log.h',
'main.c',
'osc.c', 'osc.h',