mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: start on a chart row
This is just playing around to get things to render. There is much to do to ensure that we interact with this well (and cache some values for faster generation on allocation changes).
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
|
||||
#include "sysprof-css-private.h"
|
||||
#include "sysprof-mark-chart.h"
|
||||
#include "sysprof-mark-chart-row-private.h"
|
||||
|
||||
#include "libsysprof-gtk-resources.h"
|
||||
|
||||
@ -153,6 +154,7 @@ sysprof_mark_chart_class_init (SysprofMarkChartClass *klass)
|
||||
|
||||
g_resources_register (libsysprof_gtk_get_resource ());
|
||||
|
||||
g_type_ensure (SYSPROF_TYPE_MARK_CHART_ROW);
|
||||
g_type_ensure (SYSPROF_TYPE_DOCUMENT_MARK);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user