mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-21 06:59:44 -05:00
Initialize display, backend; add frame handling
This commit is contained in:
parent
550748681d
commit
b6d7c3ed8e
9 changed files with 253 additions and 36 deletions
|
|
@ -1,7 +1,9 @@
|
|||
executable(
|
||||
'rooston', [
|
||||
'main.c',
|
||||
'rootson', [
|
||||
'config.c',
|
||||
'desktop.c',
|
||||
'ini.c',
|
||||
'main.c',
|
||||
'output.c',
|
||||
], dependencies: wlroots
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue