Move all includes before including gdkalias.h.

2006-10-02  Behdad Esfahbod  <behdad@gnome.org>

        * gdk/x11/gdkevents-x11.c: Move all includes before including
        gdkalias.h.
This commit is contained in:
Behdad Esfahbod 2006-10-02 17:34:17 +00:00 committed by Behdad Esfahbod
parent ec366a4799
commit b6a5bbb514
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
* gdk/x11/gdkevents-x11.c: Move all includes before including
gdkalias.h.
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
* gtk/Makefile.am: Fix typo in file name. (#358931)

View File

@ -41,9 +41,10 @@
#include <string.h>
#include "gdkinputprivate.h"
#include "gdksettings.c"
#include "gdkalias.h"
#ifdef HAVE_XKB
#include <X11/XKBlib.h>
#endif
@ -2811,7 +2812,6 @@ gdk_net_wm_supports (GdkAtom property)
return gdk_x11_screen_supports_net_wm_hint (gdk_screen_get_default (), property);
}
#include "gdksettings.c"
static void
gdk_xsettings_notify_cb (const char *name,