Add abstract scaled_scene_buffer implementation

This commit is contained in:
Consolatis 2022-06-13 21:32:12 +02:00 committed by Johan Malm
parent f3a685155d
commit c3f07aacf0
3 changed files with 263 additions and 0 deletions

View file

@ -4,6 +4,7 @@ labwc_sources += files(
'font.c',
'grab-file.c',
'nodename.c',
'scaled_scene_buffer.c',
'scene-helpers.c',
'spawn.c',
'string-helpers.c',