mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
marks: stub out a visualizer row
This doesn't do any rendering yet, but it gets us the plumbing we need to start rendering mark content into a visualizer row.
This commit is contained in:
@ -3,6 +3,7 @@ if get_option('enable_gtk')
|
||||
visualizer_ui_headers = [
|
||||
'sp-cpu-visualizer-row.h',
|
||||
'sp-line-visualizer-row.h',
|
||||
'sp-mark-visualizer-row.h',
|
||||
'sp-visualizer-row.h',
|
||||
'sp-visualizer-view.h',
|
||||
]
|
||||
@ -10,6 +11,7 @@ visualizer_ui_headers = [
|
||||
visualizer_ui_sources = [
|
||||
'sp-cpu-visualizer-row.c',
|
||||
'sp-line-visualizer-row.c',
|
||||
'sp-mark-visualizer-row.c',
|
||||
'sp-visualizer-list.c',
|
||||
'sp-visualizer-list.h',
|
||||
'sp-visualizer-row-private.h',
|
||||
|
||||
Reference in New Issue
Block a user