summaryrefslogtreecommitdiff
path: root/src/workspace.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-10-16 20:12:24 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-10-16 20:12:24 +0000
commit337812d51dd50ce7bae0cf5fd7abbab07eb856ec (patch)
tree6d8e4104a483ace10540be4d1938d7c7a60f8052 /src/workspace.h
parent17ac646f705d1de1b12b346658924dfe44e955c2 (diff)
downloadmetacity-337812d51dd50ce7bae0cf5fd7abbab07eb856ec.tar.gz
workspaces are all per-screen now, fix accordingly
2002-10-16 Havoc Pennington <hp@redhat.com> * src/workspace.c: workspaces are all per-screen now, fix accordingly * src/core.c: fix multihead workspace stuff * src/keybindings.c: multihead-rama * src/screen.c (meta_screen_show_desktop): new functions to replace display equivalents * src/display.c (meta_display_get_workspace_by_screen_index): get rid of this (meta_display_get_workspace_by_index): get rid of this (event_callback): handle _NET_SHOWING_DESKTOP message per-screen * src/screen.c (meta_screen_get_workspace_by_index): new function * src/screen.h (struct _MetaScreen): move workspace list, and showing_desktop flag, to be per-screen * src/window.c (window_query_root_pointer): return whether pointer is on window's screen (meta_window_handle_mouse_grab_op_event): don't use coordinates from other screens when updating a window operation on the current screen. I can't believe no one has reported this...
Diffstat (limited to 'src/workspace.h')
-rw-r--r--src/workspace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/workspace.h b/src/workspace.h
index 248c159d..67bf5092 100644
--- a/src/workspace.h
+++ b/src/workspace.h
@@ -60,7 +60,6 @@ gboolean meta_workspace_contains_window (MetaWorkspace *workspace,
MetaWindow *window);
void meta_workspace_activate (MetaWorkspace *workspace);
int meta_workspace_index (MetaWorkspace *workspace);
-int meta_workspace_screen_index (MetaWorkspace *workspace);
GList* meta_workspace_list_windows (MetaWorkspace *workspace);
void meta_workspace_invalidate_work_area (MetaWorkspace *workspace);