From b4201d4de9e9c9fcfeaab0b856125cee6971a339 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 30 Jun 2008 10:44:47 +0000 Subject: [PATCH] reorder source lists alphabetically. 2008-06-30 Michael Natterer * gdk/Makefile.am: reorder source lists alphabetically. svn path=/trunk/; revision=20706 --- ChangeLog | 4 ++++ gdk/Makefile.am | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8849bd6ad8..b8954aad09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-30 Michael Natterer + + * gdk/Makefile.am: reorder source lists alphabetically. + 2008-06-30 Matthias Clasen Bug 540310 – Avoid unnecessary repaints when resizing GtkWindow diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 8e7eb6211d..fb77f36ac8 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -68,17 +68,17 @@ gdk_public_h_sources = \ gdkcolor.h \ gdkcursor.h \ gdkdisplay.h \ + gdkdisplaymanager.h \ gdkdnd.h \ gdkdrawable.h \ gdkevents.h \ gdkfont.h \ gdkgc.h \ - gdkkeysyms.h \ gdki18n.h \ gdkimage.h \ gdkinput.h \ gdkkeys.h \ - gdkdisplaymanager.h \ + gdkkeysyms.h \ gdkpango.h \ gdkpixbuf.h \ gdkpixmap.h \ @@ -110,28 +110,28 @@ gdk_c_sources = \ gdkcolor.c \ gdkcursor.c \ gdkdisplay.c \ + gdkdisplaymanager.c \ gdkdnd.c \ gdkdraw.c \ gdkevents.c \ gdkfont.c \ gdkgc.c \ gdkglobals.c \ - gdkkeys.c \ - gdkkeyuni.c \ gdkimage.c \ gdkinternals.h \ gdkintl.h \ - gdkdisplaymanager.c \ + gdkkeys.c \ + gdkkeyuni.c \ gdkpango.c \ gdkpixbuf-drawable.c \ gdkpixbuf-render.c \ gdkpixmap.c \ gdkpoly-generic.h \ gdkpolyreg-generic.c \ - gdkrgb.c \ gdkrectangle.c \ gdkregion-generic.c \ gdkregion-generic.h \ + gdkrgb.c \ gdkscreen.c \ gdkselection.c \ gdkvisual.c \