Merge branch 'matthiasc/for-main' into 'main'

gtk-demo: Cosmetics

See merge request GNOME/gtk!5265
This commit is contained in:
Matthias Clasen 2022-11-26 13:15:28 +00:00
commit b5644c2596

View File

@ -65,8 +65,6 @@ open_file (GtkButton *picker,
g_object_unref (dialog);
}
#define COLOR(r,g,b) { r/255., g/255., b/255., 1.0 }
GtkWidget *
do_pickers (GtkWidget *do_widget)
{