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:
committed by
Behdad Esfahbod
parent
ec366a4799
commit
b6a5bbb514
@ -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>
|
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
* gtk/Makefile.am: Fix typo in file name. (#358931)
|
* gtk/Makefile.am: Fix typo in file name. (#358931)
|
||||||
|
|||||||
@ -41,9 +41,10 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gdkinputprivate.h"
|
#include "gdkinputprivate.h"
|
||||||
|
#include "gdksettings.c"
|
||||||
#include "gdkalias.h"
|
#include "gdkalias.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_XKB
|
#ifdef HAVE_XKB
|
||||||
#include <X11/XKBlib.h>
|
#include <X11/XKBlib.h>
|
||||||
#endif
|
#endif
|
||||||
@ -2811,7 +2812,6 @@ gdk_net_wm_supports (GdkAtom property)
|
|||||||
return gdk_x11_screen_supports_net_wm_hint (gdk_screen_get_default (), property);
|
return gdk_x11_screen_supports_net_wm_hint (gdk_screen_get_default (), property);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "gdksettings.c"
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gdk_xsettings_notify_cb (const char *name,
|
gdk_xsettings_notify_cb (const char *name,
|
||||||
|
|||||||
Reference in New Issue
Block a user