backend/drm: generalize color transform handling

This commit is contained in:
Simon Ser 2025-06-17 15:17:31 +02:00
parent f9a27c5b6f
commit 2984b011b6
7 changed files with 194 additions and 15 deletions

View file

@ -38,6 +38,7 @@ wlr_files += pnpids_c
wlr_files += files(
'atomic.c',
'backend.c',
'color.c',
'drm.c',
'fb.c',
'legacy.c',