Move delete / kill to be a vfunc

This commit is contained in:
Jasper St. Pierre
2014-03-20 15:07:44 -04:00
parent 57359da9b4
commit 9debd2fb0d
4 changed files with 75 additions and 49 deletions

View File

@@ -471,6 +471,9 @@ struct _MetaWindowClass
void (*manage) (MetaWindow *window);
void (*unmanage) (MetaWindow *window);
void (*delete) (MetaWindow *window,
guint32 timestamp);
void (*kill) (MetaWindow *window);
void (*move_resize_internal) (MetaWindow *window,
int gravity,
MetaRectangle requested_rect,