rootston: split rendering code into render.c

This commit is contained in:
emersion 2019-03-02 12:12:10 +01:00 committed by Drew DeVault
parent 242e9e3bf0
commit c2178d51a8
4 changed files with 345 additions and 317 deletions

View file

@ -9,6 +9,7 @@ sources = [
'layer_shell.c',
'main.c',
'output.c',
'render.c',
'seat.c',
'switch.c',
'text_input.c',