mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: include config
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
|
||||
#define G_LOG_DOMAIN "sysprof-marks-view"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "sysprof-marks-view.h"
|
||||
|
||||
typedef struct
|
||||
|
||||
@ -845,6 +845,8 @@ sysprof_window_class_init (SysprofWindowClass *klass)
|
||||
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, visualizers);
|
||||
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_manager);
|
||||
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_one_label);
|
||||
|
||||
g_type_ensure (SYSPROF_TYPE_MARKS_VIEW);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user