Introduce sway_text_node

This is a helper on top of a wlr_scene_buffer that will handle text
rendering for us.
This commit is contained in:
Alexander Orzechowski 2023-11-23 10:08:28 -05:00 committed by Kirill Primak
parent 869baff252
commit 946fc80945
3 changed files with 332 additions and 0 deletions

View file

@ -10,6 +10,7 @@ sway_sources = files(
'realtime.c',
'scene_descriptor.c',
'server.c',
'sway_text_node.c',
'swaynag.c',
'xdg_activation_v1.c',
'xdg_decoration.c',