forked from AuroraMiddleware/gtk
remove duplicate declaration of _gdk_window_new().
2008-06-30 Michael Natterer <mitch@imendio.com> * gdk/gdkinternals.h: remove duplicate declaration of _gdk_window_new(). svn path=/trunk/; revision=20707
This commit is contained in:
parent
b4201d4de9
commit
2e3c1149ae
@ -1,3 +1,8 @@
|
||||
2008-06-30 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/gdkinternals.h: remove duplicate declaration of
|
||||
_gdk_window_new().
|
||||
|
||||
2008-06-30 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/Makefile.am: reorder source lists alphabetically.
|
||||
|
@ -305,9 +305,6 @@ GdkWindow* _gdk_windowing_window_at_pointer (GdkDisplay *display,
|
||||
gint _gdk_windowing_get_bits_for_depth (GdkDisplay *display,
|
||||
gint depth);
|
||||
|
||||
GdkWindow* _gdk_window_new (GdkWindow *parent,
|
||||
GdkWindowAttr *attributes,
|
||||
gint attributes_mask);
|
||||
void _gdk_window_reparent (GdkWindow *window,
|
||||
GdkWindow *new_parent,
|
||||
gint x,
|
||||
|
Loading…
Reference in New Issue
Block a user