mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
136ec5c222
commit
324872e3b4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -359,5 +359,5 @@ _gdk_input_ungrab_pointer (GdkDisplay *display,
|
||||
}
|
||||
}
|
||||
|
||||
#define __GDK_INPUT_X11_C__
|
||||
#define __GDK_INPUT_XFREE_C__
|
||||
#include "gdkaliasdef.c"
|
||||
|
Loading…
Reference in New Issue
Block a user