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.
This commit is contained in:
Matthias Clasen 2022-09-24 09:23:18 -04:00
parent 9ff549799d
commit bc661a8ed5
2 changed files with 1 additions and 1 deletions

View File

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