osd: split to osd.c and osd-classic.c

This commit is contained in:
tokyo4j 2025-08-08 12:29:08 +09:00 committed by Johan Malm
parent 57a1ea6cb5
commit 92ee5083f0
4 changed files with 240 additions and 194 deletions

View file

@ -1,4 +1,5 @@
labwc_sources += files(
'osd.c',
'osd-classic.c',
'osd-field.c',
)