libsysprof-gtk: add line layer which can line_to and curve_to

This commit is contained in:
Christian Hergert
2023-06-20 15:35:25 -07:00
parent 2a6d1a988c
commit 985bd35221
5 changed files with 373 additions and 0 deletions

View File

@ -3,6 +3,7 @@ libsysprof_gtk_public_sources = [
'sysprof-chart.c',
'sysprof-chart-layer.c',
'sysprof-column-layer.c',
'sysprof-line-layer.c',
'sysprof-mark-chart.c',
'sysprof-mark-table.c',
'sysprof-session.c',
@ -16,6 +17,7 @@ libsysprof_gtk_public_headers = [
'sysprof-chart.h',
'sysprof-chart-layer.h',
'sysprof-column-layer.h',
'sysprof-line-layer.h',
'sysprof-mark-chart.h',
'sysprof-mark-table.h',
'sysprof-session.h',