add the initial framework of a window management interface. #561724

svn path=/trunk/; revision=70
This commit is contained in:
Dan Winship
2008-11-21 14:02:09 +00:00
parent 06bde9cc98
commit 7dba934b96
9 changed files with 335 additions and 6 deletions

View File

@@ -42,7 +42,9 @@ void shell_global_set_stage_input_area (ShellGlobal *global,
int width,
int height);
GList *shell_global_get_windows (ShellGlobal *global);
GList *shell_global_get_windows (ShellGlobal *global);
ClutterActor *shell_global_get_window_group (ShellGlobal *global);
ClutterActor *shell_global_get_overlay_group (ShellGlobal *global);
void _shell_global_set_plugin (ShellGlobal *global,
MutterPlugin *plugin);