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',