forked from AuroraMiddleware/gtk
Move destroy_foreign comment
This commit is contained in:
parent
218fa6757a
commit
b5df501296
@ -153,6 +153,12 @@ struct _GdkWindowImplClass
|
|||||||
gboolean recursing,
|
gboolean recursing,
|
||||||
gboolean foreign_destroy);
|
gboolean foreign_destroy);
|
||||||
|
|
||||||
|
|
||||||
|
/* Called when gdk_window_destroy() is called on a foreign window
|
||||||
|
* or an ancestor of the foreign window. It should generally reparent
|
||||||
|
* the window out of it's current heirarchy, hide it, and then
|
||||||
|
* send a message to the owner requesting that the window be destroyed.
|
||||||
|
*/
|
||||||
void (*destroy_foreign) (GdkWindow *window);
|
void (*destroy_foreign) (GdkWindow *window);
|
||||||
|
|
||||||
cairo_surface_t * (* resize_cairo_surface) (GdkWindow *window,
|
cairo_surface_t * (* resize_cairo_surface) (GdkWindow *window,
|
||||||
|
Loading…
Reference in New Issue
Block a user