window-x11: Make sure to chain up in grab_op_began / ended
To make sure shaken_loose gets reset.
This commit is contained in:
parent
d02505852d
commit
ecb4e09ec5
@ -816,6 +816,8 @@ meta_window_x11_grab_op_began (MetaWindow *window,
|
|||||||
meta_window_refresh_resize_popup (window);
|
meta_window_refresh_resize_popup (window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
META_WINDOW_CLASS (meta_window_x11_parent_class)->grab_op_began (window, op);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -830,6 +832,8 @@ meta_window_x11_grab_op_ended (MetaWindow *window,
|
|||||||
meta_ui_resize_popup_free (priv->grab_resize_popup);
|
meta_ui_resize_popup_free (priv->grab_resize_popup);
|
||||||
priv->grab_resize_popup = NULL;
|
priv->grab_resize_popup = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
META_WINDOW_CLASS (meta_window_x11_parent_class)->grab_op_ended (window, op);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user