Add meta_workspace_set_builtin_struts()

Add a function to set a list of "built-in" struts for a workspace;
these are struts that are combined with the struts of the windows in
the workspace when determining the work area of the workspace.

http://bugzilla.gnome.org/show_bug.cgi?id=561297

http://bugzilla.gnome.org/show_bug.cgi?id=580026
This commit is contained in:
Owen W. Taylor
2008-11-17 14:46:38 -05:00
committed by Owen W. Taylor
parent 6e9803cd9f
commit 28a4be2536
3 changed files with 70 additions and 9 deletions

View File

@@ -74,5 +74,7 @@ void meta_workspace_activate_with_focus (MetaWorkspace *workspace,
guint32 timestamp);
void meta_workspace_update_window_hints (MetaWorkspace *workspace);
void meta_workspace_set_builtin_struts (MetaWorkspace *workspace,
GSList *struts);
#endif