summaryrefslogtreecommitdiff
path: root/src/c-screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c-screen.h')
-rw-r--r--src/c-screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/c-screen.h b/src/c-screen.h
index e0b96b7c..5907ec8a 100644
--- a/src/c-screen.h
+++ b/src/c-screen.h
@@ -42,3 +42,8 @@ void meta_screen_info_set_target_rect (MetaScreenInfo *info,
Window xwindow,
WsRectangle *rect);
+void meta_screen_info_set_explode (MetaScreenInfo *info,
+ Window xwindow,
+ gdouble level);
+void meta_screen_info_hide_window (MetaScreenInfo *info,
+ Window xwindow);