mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: use nsec constant
This commit is contained in:
@ -326,7 +326,7 @@ sysprof_visualizer_ticks_class_init (SysprofVisualizerTicksClass *klass)
|
|||||||
static void
|
static void
|
||||||
sysprof_visualizer_ticks_init (SysprofVisualizerTicks *self)
|
sysprof_visualizer_ticks_init (SysprofVisualizerTicks *self)
|
||||||
{
|
{
|
||||||
self->end_time = G_GINT64_CONSTANT (1000000000) * 60;
|
self->end_time = SYSPROF_NSEC_PER_SEC * 60;
|
||||||
|
|
||||||
gtk_widget_set_has_window (GTK_WIDGET (self), FALSE);
|
gtk_widget_set_has_window (GTK_WIDGET (self), FALSE);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user