mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
add missing #ifndef GDK_DISABLE_DEPRECATED.
2008-12-09 Michael Natterer <mitch@imendio.com> * gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED. svn path=/trunk/; revision=21863
This commit is contained in:
parent
58d2a63481
commit
4bba2b2d74
@ -1,3 +1,7 @@
|
||||
2008-12-09 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
|
||||
|
||||
2008-12-09 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
|
||||
|
@ -693,7 +693,9 @@ gdk_window_get_pointer
|
||||
gdk_window_get_position
|
||||
gdk_window_get_state
|
||||
gdk_window_get_toplevel
|
||||
#ifndef GDK_DISABLE_DEPRECATED
|
||||
gdk_window_get_toplevels
|
||||
#endif
|
||||
gdk_window_get_update_area
|
||||
gdk_window_get_user_data
|
||||
gdk_window_get_window_type
|
||||
|
Loading…
Reference in New Issue
Block a user