Merge branch 'ebassi/no-more-autotools-redux' into 'gtk-3-24'

Drop the Autotools build

See merge request GNOME/gtk!5299
This commit is contained in:
Matthias Clasen
2022-12-13 12:10:34 +00:00
207 changed files with 612 additions and 23026 deletions

View File

@ -348,7 +348,7 @@ stored_selection_new (GdkWaylandSelection *wayland_selection,
static void
stored_selection_add_data (StoredSelection *stored_selection,
GdkPropMode mode,
guchar *data,
const guchar *data,
gsize data_len)
{
if (mode == GDK_PROP_MODE_REPLACE)