implement a basic switch_workspace animation using Tweener. #561835

svn path=/trunk/; revision=78
This commit is contained in:
Dan Winship
2008-11-21 21:34:10 +00:00
parent 07877e7a7a
commit 19671ad349
3 changed files with 173 additions and 53 deletions

View File

@@ -27,6 +27,7 @@ GType shell_wm_get_type (void) G_GNUC_CONST;
ShellWM *shell_wm_new (MutterPlugin *plugin);
GList *shell_wm_get_switch_workspace_actors (ShellWM *wm);
void shell_wm_completed_switch_workspace (ShellWM *wm);
G_END_DECLS