[gtk/header-cleanup] gdk: Rename gdkpixbuf-drawable.c
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/header-cleanup] gdk: Rename gdkpixbuf-drawable.c
- Date: Sat, 24 Sep 2022 13:45:46 +0000 (UTC)
commit 5244f7f4d2203138acd7851ed2211a07560b095f
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Sep 24 09:23:18 2022 -0400
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(-)
---
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',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]