rectangles: start on helper to generate rectangle data

This is meant to be used by marks visualizer to show rectangles.
This commit is contained in:
Christian Hergert
2018-05-16 12:43:35 +01:00
parent 590d317a94
commit 1140e80efc
3 changed files with 242 additions and 1 deletions

View File

@ -39,6 +39,8 @@ util_ui_headers = [
util_ui_sources = [
'pointcache.c',
'pointcache.h',
'rectangles.c',
'rectangles.h',
'sp-color-cycle.c',
'sp-color-cycle.h',
'sp-model-filter.c',
@ -57,4 +59,4 @@ libsysprof_ui_sources += files(util_ui_sources)
install_headers(util_ui_headers,
subdir: join_paths(libsysprof_header_subdir, 'util'))
endif
endif