windowManager: Add unminimize effect

The effect was added to mutter a while ago, but never implemented
in the shell. Just do the reverse of the minimize animation ...

https://bugzilla.gnome.org/show_bug.cgi?id=702662
This commit is contained in:
Florian Müllner
2015-02-27 12:13:26 +01:00
parent 86c6716786
commit c9bcb411fc
5 changed files with 126 additions and 0 deletions

View File

@ -10,6 +10,8 @@ G_BEGIN_DECLS
void _shell_wm_minimize (ShellWM *wm,
MetaWindowActor *actor);
void _shell_wm_unminimize (ShellWM *wm,
MetaWindowActor *actor);
void _shell_wm_maximize (ShellWM *wm,
MetaWindowActor *actor,
gint x,