Fix make check

svn path=/trunk/; revision=20755
This commit is contained in:
Matthias Clasen
2008-07-04 04:02:35 +00:00
parent 65f9d54685
commit d423a9224a
3 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-07-04 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk.symbols:
* gdk/gdkwindowimpl.c: Fix make check.
2008-07-03 Matthias Clasen <mclasen@redhat.com>
Bug 540618 gtk_menu_shell_select_first prints warning on GtkMenubar

View File

@@ -1268,6 +1268,12 @@ gdk_app_launch_context_set_icon_name
#endif
#endif
#if IN_HEADER(__GDK_WINDOW_IMPL_H__)
#if IN_FILE(__GDK_WINDOW_IMPL_C__)
gdk_window_impl_get_type G_GNUC_CONST
#endif
#endif
#ifdef INCLUDE_VARIABLES
gdk_threads_mutex
gdk_threads_lock

View File

@@ -28,6 +28,8 @@
#include "gdkwindowimpl.h"
#include "gdkinternals.h"
#include "gdkalias.h"
GType
gdk_window_impl_get_type (void)
{
@@ -44,3 +46,7 @@ gdk_window_impl_get_type (void)
return gtype;
}
#define __GDK_WINDOW_IMPL_C__
#include "gdkaliasdef.c"