mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
Remove gdk_synthesize_window_state from gdkinternals.h
It's already in gdkprivate.h
This commit is contained in:
parent
eb5cc3da9b
commit
5ac2346862
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user