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:
Michael Natterer 2008-06-30 11:04:42 +00:00 committed by Michael Natterer
parent b4201d4de9
commit 2e3c1149ae
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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,