mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
libsysprof-ui: include config
This commit is contained in:
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
#define G_LOG_DOMAIN "sysprof-marks-view"
|
#define G_LOG_DOMAIN "sysprof-marks-view"
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include "sysprof-marks-view.h"
|
#include "sysprof-marks-view.h"
|
||||||
|
|
||||||
typedef struct
|
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, visualizers);
|
||||||
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_manager);
|
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_manager);
|
||||||
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_one_label);
|
gtk_widget_class_bind_template_child (widget_class, SysprofWindow, zoom_one_label);
|
||||||
|
|
||||||
|
g_type_ensure (SYSPROF_TYPE_MARKS_VIEW);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user