mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-gtk: add line layer which can line_to and curve_to
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user