mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof-gtk: rename depth layer to column layer
I would like this to eventually be a bit more re-usable for XYSeries and more than just "stack depth" for the traceables.
This commit is contained in:
@ -2,7 +2,7 @@ libsysprof_gtk_public_sources = [
|
||||
'sysprof-callgraph-view.c',
|
||||
'sysprof-chart.c',
|
||||
'sysprof-chart-layer.c',
|
||||
'sysprof-depth-layer.c',
|
||||
'sysprof-column-layer.c',
|
||||
'sysprof-mark-chart.c',
|
||||
'sysprof-mark-table.c',
|
||||
'sysprof-session.c',
|
||||
@ -15,7 +15,7 @@ libsysprof_gtk_public_headers = [
|
||||
'sysprof-callgraph-view.h',
|
||||
'sysprof-chart.h',
|
||||
'sysprof-chart-layer.h',
|
||||
'sysprof-depth-layer.h',
|
||||
'sysprof-column-layer.h',
|
||||
'sysprof-mark-chart.h',
|
||||
'sysprof-mark-table.h',
|
||||
'sysprof-session.h',
|
||||
|
||||
Reference in New Issue
Block a user