summaryrefslogtreecommitdiff
path: root/libwnck/workspace.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-10-24 23:14:18 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-10-24 23:14:18 +0000
commit1b33f9f46721f82a42d99cd4cd2947e95b3f8f50 (patch)
tree5682d207372228c76ebe302ab878aeb896236556 /libwnck/workspace.h
parentbd2798a0d5ade9f73bba408ae2353348a2858a74 (diff)
downloadlibwnck-1b33f9f46721f82a42d99cd4cd2947e95b3f8f50.tar.gz
hack to work with slightly older GTK as well as HEAD
2001-10-24 Havoc Pennington <hp@redhat.com> * configure.in: hack to work with slightly older GTK as well as HEAD * libwnck/screen.c (wnck_screen_force_update): add function to force immediate reading of screen state, instead of queueing it * libwnck/window.c: add geometry reporting * libwnck/pager.c: pager widget skeleton
Diffstat (limited to 'libwnck/workspace.h')
-rw-r--r--libwnck/workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libwnck/workspace.h b/libwnck/workspace.h
index 49c97d3..1571824 100644
--- a/libwnck/workspace.h
+++ b/libwnck/workspace.h
@@ -56,6 +56,8 @@ WnckWorkspace* wnck_workspace_get (int number);
int wnck_workspace_get_number (WnckWorkspace *space);
+void wnck_workspace_activate (WnckWorkspace *space);
+
G_END_DECLS
#endif /* WNCK_WORKSPACE_H */