Some more fixes necessary to make building with gcc 4 work.

* gdk/x11/gdkinput-xfree.c:
	* gdk/x11/gdkinput-none.c:
	* gdk/gtk.symbols: Some more fixes necessary to
	make building with gcc 4 work.
This commit is contained in:
Matthias Clasen 2005-04-10 01:01:18 +00:00
parent 136ec5c222
commit 324872e3b4
6 changed files with 29 additions and 2 deletions

View File

@ -1,5 +1,10 @@
2005-04-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkinput-xfree.c:
* gdk/x11/gdkinput-none.c:
* gdk/gtk.symbols: Some more fixes necessary to
make building with gcc 4 work.
Add 16x16 versions of the zoom icons and of
GTK_STOCK_INDEX. Some of the images were taken from
the hicolor icon theme, and were originally created

View File

@ -1,5 +1,10 @@
2005-04-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkinput-xfree.c:
* gdk/x11/gdkinput-none.c:
* gdk/gtk.symbols: Some more fixes necessary to
make building with gcc 4 work.
Add 16x16 versions of the zoom icons and of
GTK_STOCK_INDEX. Some of the images were taken from
the hicolor icon theme, and were originally created

View File

@ -1,5 +1,10 @@
2005-04-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkinput-xfree.c:
* gdk/x11/gdkinput-none.c:
* gdk/gtk.symbols: Some more fixes necessary to
make building with gcc 4 work.
Add 16x16 versions of the zoom icons and of
GTK_STOCK_INDEX. Some of the images were taken from
the hicolor icon theme, and were originally created

View File

@ -372,6 +372,18 @@ gdk_device_get_core_pointer
#if IN_HEADER(__GDK_INPUT_H__)
#if IN_FILE(__GDK_INPUT_X11_C__)
gdk_device_get_state
#endif
#endif
#if IN_HEADER(__GDK_INPUT_H__)
#if IN_FILE(__GDK_INPUT_XFREE_C__)
gdk_device_set_mode
#endif
#endif
#if IN_HEADER(__GDK_INPUT_H__)
#if IN_FILE(__GDK_INPUT_NONE_C__)
gdk_device_get_state
gdk_device_set_mode
#endif
#endif

View File

@ -127,5 +127,5 @@ gdk_device_set_mode (GdkDevice *device,
return FALSE;
}
#define __GDK_INPUT_X11_C__
#define __GDK_INPUT_NONE_C__
#include "gdkaliasdef.c"

View File

@ -359,5 +359,5 @@ _gdk_input_ungrab_pointer (GdkDisplay *display,
}
}
#define __GDK_INPUT_X11_C__
#define __GDK_INPUT_XFREE_C__
#include "gdkaliasdef.c"