Split DRM rendering to its own file

This commit is contained in:
Scott Anderson 2017-09-30 20:52:58 +13:00
parent d0708b1a3a
commit 096249a2a1
8 changed files with 202 additions and 165 deletions

View file

@ -8,6 +8,7 @@ backend_files = files(
'drm/iface_atomic.c',
'drm/iface_legacy.c',
'drm/properties.c',
'drm/renderer.c',
'drm/util.c',
'libinput/backend.c',
'libinput/events.c',