mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-03-23 05:31:28 +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
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user