summaryrefslogtreecommitdiff
path: root/libwnck/wnck-handle-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libwnck/wnck-handle-private.h')
-rw-r--r--libwnck/wnck-handle-private.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libwnck/wnck-handle-private.h b/libwnck/wnck-handle-private.h
index ff5b4f9..05ce22b 100644
--- a/libwnck/wnck-handle-private.h
+++ b/libwnck/wnck-handle-private.h
@@ -29,6 +29,17 @@ WnckHandle *_wnck_handle_new (WnckClientType client
WnckClientType _wnck_handle_get_client_type (WnckHandle *self);
+WnckScreen *_wnck_handle_get_default_screen (WnckHandle *self);
+
+WnckScreen *_wnck_handle_get_screen (WnckHandle *self,
+ int index);
+
+WnckScreen *_wnck_handle_get_screen_for_root (WnckHandle *self,
+ gulong root_window_id);
+
+WnckScreen *_wnck_handle_get_existing_screen (WnckHandle *self,
+ int number);
+
void _wnck_handle_set_default_icon_size (WnckHandle *self,
gsize icon_size);