summaryrefslogtreecommitdiff
path: root/src/workspace.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-12-10 03:55:26 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-12-10 03:55:26 +0000
commit041b33c450ec54ad85d9f642035f0cc9d9195e26 (patch)
treefba66e02b3e5af9b8b88d44a49803b8c946de82a /src/workspace.h
parent06a0c62f86fb4096023ce5ee22aa37861180763c (diff)
downloadmetacity-041b33c450ec54ad85d9f642035f0cc9d9195e26.tar.gz
update number of workspaces hint
2001-12-09 Havoc Pennington <hp@pobox.com> * src/workspace.c (meta_workspace_free): update number of workspaces hint * src/screen.c (update_num_workspaces): implement number of workspaces setting * src/window.c (meta_window_configure_request): honor configure requests on windows of type NORMAL, but still be mean to those of type DIALOG * src/main.c (main): add more log domains to those we set a log handler for, and only set warnings fatal in debug mode * src/metacity.schemas: add number of workspaces setting
Diffstat (limited to 'src/workspace.h')
-rw-r--r--src/workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/workspace.h b/src/workspace.h
index 6620eeed..97f12ec8 100644
--- a/src/workspace.h
+++ b/src/workspace.h
@@ -39,6 +39,8 @@ void meta_workspace_add_window (MetaWorkspace *workspace,
MetaWindow *window);
void meta_workspace_remove_window (MetaWorkspace *workspace,
MetaWindow *window);
+void meta_workspace_relocate_windows (MetaWorkspace *workspace,
+ MetaWorkspace *new_home);
/* don't confuse with meta_window_visible_on_workspace() */
gboolean meta_workspace_contains_window (MetaWorkspace *workspace,
MetaWindow *window);