mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: ensure layout_y is always initialized
This commit is contained in:
@ -119,7 +119,7 @@ sysprof_time_span_layer_snapshot (GtkWidget *widget,
|
|||||||
guint n_x_values = 0;
|
guint n_x_values = 0;
|
||||||
guint n_x2_values = 0;
|
guint n_x2_values = 0;
|
||||||
guint n_values;
|
guint n_values;
|
||||||
int layout_y;
|
int layout_y = 0;
|
||||||
int layout_h;
|
int layout_h;
|
||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
|
|||||||
Reference in New Issue
Block a user