Fix make check
svn path=/trunk/; revision=20755
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user