summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index fdc37af..b7c4fc1 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -39,4 +39,6 @@ void init_screens (int screen_arg, int screen_num);
int is_rp_window_for_screen (Window w, rp_screen *s);
int is_a_root_window (int w);
+char *screen_dump (rp_screen *screen);
+
#endif