CWebRender pt2

This commit is contained in:
wuggy 2026-09-18 12:00:30 -07:00
commit fe181d242f
22 changed files with 1623 additions and 489 deletions

View file

@ -7,7 +7,14 @@ EXPORTS.mozilla.gfx += [
]
SOURCES += [
'webrender.c',
'wr_context.c',
'wr_display_list.c',
'wr_frame.c',
'wr_frame_packet.c',
'wr_retained.c',
'wr_util.c',
]
FINAL_LIBRARY = 'xul'
TEST_DIRS += ['tests']