Remove gdk_synthesize_window_state from gdkinternals.h
It's already in gdkprivate.h
This commit is contained in:
@ -321,10 +321,6 @@ void _gdk_windowing_event_data_copy (const GdkEvent *src,
|
|||||||
GdkEvent *dst);
|
GdkEvent *dst);
|
||||||
void _gdk_windowing_event_data_free (GdkEvent *event);
|
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,
|
gboolean _gdk_cairo_surface_extents (cairo_surface_t *surface,
|
||||||
GdkRectangle *extents);
|
GdkRectangle *extents);
|
||||||
|
|
||||||
|
@ -1118,7 +1118,7 @@ gtk_plug_hide (GtkWidget *widget)
|
|||||||
GTK_WIDGET_CLASS (bin_class)->hide (widget);
|
GTK_WIDGET_CLASS (bin_class)->hide (widget);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* From gdkinternals.h */
|
/* From gdkprivate.h */
|
||||||
void gdk_synthesize_window_state (GdkWindow *window,
|
void gdk_synthesize_window_state (GdkWindow *window,
|
||||||
GdkWindowState unset_flags,
|
GdkWindowState unset_flags,
|
||||||
GdkWindowState set_flags);
|
GdkWindowState set_flags);
|
||||||
|
Reference in New Issue
Block a user