diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-08-16 08:03:10 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-08-16 14:56:38 -0400 |
commit | 19795c16811c186139125776d251a2efd43b6e9e (patch) | |
tree | 6651683f73a6a75e777089fd313c4780d942fbe0 /src/meta | |
parent | 1999fcaa8fe8ac501a5aef69ac3616eba3d5faa8 (diff) | |
download | mutter-19795c16811c186139125776d251a2efd43b6e9e.tar.gz |
workspace: Add a "workspace-index" property to MetaWorkspace
This will be used to replace some of the hooks that are used to call
into window.c, so that the workspace index property is properly kept up
to date.
We can't name the property "index" since it causes conflicts with the
meta_workspace_index method. This should really be called
meta_workspace_get_index, but oh well.
Diffstat (limited to 'src/meta')
-rw-r--r-- | src/meta/workspace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meta/workspace.h b/src/meta/workspace.h index 54b3858a0..9cce118e7 100644 --- a/src/meta/workspace.h +++ b/src/meta/workspace.h @@ -49,7 +49,6 @@ void meta_workspace_activate_with_focus (MetaWorkspace *workspace, MetaWindow *focus_this, guint32 timestamp); -void meta_workspace_update_window_hints (MetaWorkspace *workspace); void meta_workspace_set_builtin_struts (MetaWorkspace *workspace, GSList *struts); |