reorder source lists alphabetically.

2008-06-30  Michael Natterer  <mitch@imendio.com>

	* gdk/Makefile.am: reorder source lists alphabetically.


svn path=/trunk/; revision=20706
This commit is contained in:
Michael Natterer
2008-06-30 10:44:47 +00:00
committed by Michael Natterer
parent ab019f3ade
commit b4201d4de9
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2008-06-30 Michael Natterer <mitch@imendio.com>
* gdk/Makefile.am: reorder source lists alphabetically.
2008-06-30 Matthias Clasen <mclasen@redhat.com> 2008-06-30 Matthias Clasen <mclasen@redhat.com>
Bug 540310 Avoid unnecessary repaints when resizing GtkWindow Bug 540310 Avoid unnecessary repaints when resizing GtkWindow

View File

@ -68,17 +68,17 @@ gdk_public_h_sources = \
gdkcolor.h \ gdkcolor.h \
gdkcursor.h \ gdkcursor.h \
gdkdisplay.h \ gdkdisplay.h \
gdkdisplaymanager.h \
gdkdnd.h \ gdkdnd.h \
gdkdrawable.h \ gdkdrawable.h \
gdkevents.h \ gdkevents.h \
gdkfont.h \ gdkfont.h \
gdkgc.h \ gdkgc.h \
gdkkeysyms.h \
gdki18n.h \ gdki18n.h \
gdkimage.h \ gdkimage.h \
gdkinput.h \ gdkinput.h \
gdkkeys.h \ gdkkeys.h \
gdkdisplaymanager.h \ gdkkeysyms.h \
gdkpango.h \ gdkpango.h \
gdkpixbuf.h \ gdkpixbuf.h \
gdkpixmap.h \ gdkpixmap.h \
@ -110,28 +110,28 @@ gdk_c_sources = \
gdkcolor.c \ gdkcolor.c \
gdkcursor.c \ gdkcursor.c \
gdkdisplay.c \ gdkdisplay.c \
gdkdisplaymanager.c \
gdkdnd.c \ gdkdnd.c \
gdkdraw.c \ gdkdraw.c \
gdkevents.c \ gdkevents.c \
gdkfont.c \ gdkfont.c \
gdkgc.c \ gdkgc.c \
gdkglobals.c \ gdkglobals.c \
gdkkeys.c \
gdkkeyuni.c \
gdkimage.c \ gdkimage.c \
gdkinternals.h \ gdkinternals.h \
gdkintl.h \ gdkintl.h \
gdkdisplaymanager.c \ gdkkeys.c \
gdkkeyuni.c \
gdkpango.c \ gdkpango.c \
gdkpixbuf-drawable.c \ gdkpixbuf-drawable.c \
gdkpixbuf-render.c \ gdkpixbuf-render.c \
gdkpixmap.c \ gdkpixmap.c \
gdkpoly-generic.h \ gdkpoly-generic.h \
gdkpolyreg-generic.c \ gdkpolyreg-generic.c \
gdkrgb.c \
gdkrectangle.c \ gdkrectangle.c \
gdkregion-generic.c \ gdkregion-generic.c \
gdkregion-generic.h \ gdkregion-generic.h \
gdkrgb.c \
gdkscreen.c \ gdkscreen.c \
gdkselection.c \ gdkselection.c \
gdkvisual.c \ gdkvisual.c \