Remove gdk_synthesize_window_state from gdkinternals.h

It's already in gdkprivate.h
This commit is contained in:
Jasper St. Pierre 2014-04-11 17:02:45 -07:00
parent eb5cc3da9b
commit 5ac2346862
2 changed files with 1 additions and 5 deletions

View File

@ -321,10 +321,6 @@ void _gdk_windowing_event_data_copy (const GdkEvent *src,
GdkEvent *dst);
void _gdk_windowing_event_data_free (GdkEvent *event);
void gdk_synthesize_window_state (GdkWindow *window,
GdkWindowState unset_flags,
GdkWindowState set_flags);
gboolean _gdk_cairo_surface_extents (cairo_surface_t *surface,
GdkRectangle *extents);

View File

@ -1118,7 +1118,7 @@ gtk_plug_hide (GtkWidget *widget)
GTK_WIDGET_CLASS (bin_class)->hide (widget);
}
/* From gdkinternals.h */
/* From gdkprivate.h */
void gdk_synthesize_window_state (GdkWindow *window,
GdkWindowState unset_flags,
GdkWindowState set_flags);