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

@ -27,6 +27,7 @@ G_BEGIN_DECLS
# include "sysprof-chart.h"
# include "sysprof-chart-layer.h"
# include "sysprof-column-layer.h"
# include "sysprof-line-layer.h"
# include "sysprof-mark-chart.h"
# include "sysprof-mark-table.h"
# include "sysprof-session.h"
@ -34,3 +35,4 @@ G_BEGIN_DECLS
#undef SYSPROF_GTK_INSIDE
G_END_DECLS