forked from AuroraMiddleware/gtk
inspector: Fix an uninitialized value warning
This commit is contained in:
parent
da0bd697b8
commit
9d0e8b85c1
@ -158,7 +158,7 @@ gtk_fps_overlay_snapshot (GtkInspectorOverlay *overlay,
|
||||
double fps;
|
||||
char *fps_string;
|
||||
graphene_rect_t bounds;
|
||||
gboolean has_bounds;
|
||||
gboolean has_bounds = FALSE;
|
||||
int width, height;
|
||||
double overlay_opacity;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user