inspector: Fix an uninitialized value warning

This commit is contained in:
Timm Bäder 2019-02-22 19:22:58 +01:00
parent da0bd697b8
commit 9d0e8b85c1

View File

@ -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;