forked from AuroraMiddleware/gtk
gdk: Remove another gdk_window_new_input reference
The most obvious one.
This commit is contained in:
parent
7685d157bc
commit
c468cdf8b6
@ -413,11 +413,6 @@ GDK_AVAILABLE_IN_3_90
|
|||||||
GdkWindow * gdk_window_new_child (GdkWindow *parent,
|
GdkWindow * gdk_window_new_child (GdkWindow *parent,
|
||||||
gint event_mask,
|
gint event_mask,
|
||||||
const GdkRectangle *position);
|
const GdkRectangle *position);
|
||||||
GDK_AVAILABLE_IN_3_90
|
|
||||||
GdkWindow * gdk_window_new_input (GdkWindow *parent,
|
|
||||||
gint event_mask,
|
|
||||||
const GdkRectangle *position);
|
|
||||||
|
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
void gdk_window_destroy (GdkWindow *window);
|
void gdk_window_destroy (GdkWindow *window);
|
||||||
|
Loading…
Reference in New Issue
Block a user