render: break out rendering functions to render.{c,h}

This commit is contained in:
Daniel Eklöf 2019-07-05 10:16:56 +02:00
parent 3ba1721c0f
commit 1947d33868
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 707 additions and 744 deletions

View file

@ -65,6 +65,7 @@ executable(
'log.c', 'log.h',
'main.c',
'osc.c', 'osc.h',
'render.c', 'render.h',
'shm.c', 'shm.h',
'slave.c', 'slave.h',
'terminal.c', 'terminal.h',