gdkprivate-win32.h: Complete removal of attributes_mask

We removed this parameter from the function declaration, but not the
prototype.  Fix that.
This commit is contained in:
Chun-wei Fan 2016-11-07 14:35:17 +08:00
parent b04e25f29b
commit e470567fd0

View File

@ -477,8 +477,7 @@ void _gdk_win32_display_create_window_impl (GdkDisplay *display,
GdkWindow *real_parent,
GdkScreen *screen,
GdkEventMask event_mask,
GdkWindowAttr *attributes,
gint attributes_mask);
GdkWindowAttr *attributes);
/* stray GdkWindowImplWin32 members */
void _gdk_win32_window_register_dnd (GdkWindow *window);