Initialize display, backend; add frame handling

This commit is contained in:
Drew DeVault 2017-09-23 00:29:53 -04:00
parent 550748681d
commit b6d7c3ed8e
9 changed files with 253 additions and 36 deletions

View file

@ -1,7 +1,9 @@
executable(
'rooston', [
'main.c',
'rootson', [
'config.c',
'desktop.c',
'ini.c',
'main.c',
'output.c',
], dependencies: wlroots
)