From bc661a8ed53922afdeee04871646181670ef0562 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Sep 2022 09:23:18 -0400 Subject: [PATCH] gdk: Rename gdkpixbuf-drawable.c There is nothing particularly specific to drawables in there (and we don't have that concept anymore), so just name the source file to match the header. Easier for everybody. --- gdk/{gdkpixbuf-drawable.c => gdkpixbuf.c} | 0 gdk/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gdk/{gdkpixbuf-drawable.c => gdkpixbuf.c} (100%) diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf.c similarity index 100% rename from gdk/gdkpixbuf-drawable.c rename to gdk/gdkpixbuf.c diff --git a/gdk/meson.build b/gdk/meson.build index 6079e821bc..b18bf6117c 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -35,7 +35,7 @@ gdk_public_sources = files([ 'gdkmonitor.c', 'gdkpaintable.c', 'gdkpango.c', - 'gdkpixbuf-drawable.c', + 'gdkpixbuf.c', 'gdkpipeiostream.c', 'gdkrectangle.c', 'gdkrgba.c',