Move render/shm_format functions to render/pixel_format

This commit is contained in:
Simon Zeni 2021-03-15 12:35:47 -04:00 committed by Simon Ser
parent 5fd82c6f54
commit 50d2985607
8 changed files with 28 additions and 37 deletions

View file

@ -4,7 +4,6 @@ wlr_files += files(
'egl.c',
'drm_format_set.c',
'gbm_allocator.c',
'shm_format.c',
'pixel_format.c',
'swapchain.c',
'wlr_renderer.c',