summaryrefslogtreecommitdiff
path: root/src/workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/workspace.h')
-rw-r--r--src/workspace.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/workspace.h b/src/workspace.h
index 4dc0df9d..018d1dfb 100644
--- a/src/workspace.h
+++ b/src/workspace.h
@@ -63,8 +63,10 @@ void meta_workspace_relocate_windows (MetaWorkspace *workspace,
gboolean meta_workspace_contains_window (MetaWorkspace *workspace,
MetaWindow *window);
void meta_workspace_activate_with_focus (MetaWorkspace *workspace,
- MetaWindow *focus_this);
-void meta_workspace_activate (MetaWorkspace *workspace);
+ MetaWindow *focus_this,
+ Time timestamp);
+void meta_workspace_activate (MetaWorkspace *workspace,
+ Time timestamp);
int meta_workspace_index (MetaWorkspace *workspace);
GList* meta_workspace_list_windows (MetaWorkspace *workspace);
@@ -78,7 +80,8 @@ void meta_workspace_get_work_area_all_xineramas (MetaWorkspace *workspace,
MetaRectangle *area);
void meta_workspace_focus_default_window (MetaWorkspace *workspace,
- MetaWindow *not_this_one);
+ MetaWindow *not_this_one,
+ Time timestamp);
MetaWorkspace* meta_workspace_get_neighbor (MetaWorkspace *workspace,
MetaMotionDirection direction);