types: add wlr_damage_ring

wlr_damage_ring is effectively wlr_output_damage untied from wlr_output.
This commit is contained in:
Kirill Primak 2022-04-30 08:55:16 +03:00
parent 10a821a87d
commit e0accb2d50
3 changed files with 195 additions and 0 deletions

View file

@ -30,6 +30,7 @@ wlr_files += files(
'wlr_buffer.c',
'wlr_compositor.c',
'wlr_cursor.c',
'wlr_damage_ring.c',
'wlr_data_control_v1.c',
'wlr_drm.c',
'wlr_export_dmabuf_v1.c',