clang-tidy: readability-isolate-declaration
[geeqie.git] / src / ui-menu.cc
index 18983e8..cf76167 100644 (file)
@@ -429,8 +429,10 @@ GtkWidget *popup_menu_short_lived()
 gboolean popup_menu_position_clamp(GtkMenu *menu, gint *x, gint *y, gint height)
 {
        gboolean adjusted = FALSE;
-       gint w, h;
-       gint xw, xh;
+       gint w;
+       gint h;
+       gint xw;
+       gint xh;
        GtkRequisition requisition;
 
        gtk_widget_get_requisition(GTK_WIDGET(menu), &requisition);