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, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 69bc032..fdc0748 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -42,7 +42,7 @@ void init_screens (void);
void activate_screen (rp_screen *s);
void deactivate_screen (rp_screen *s);
-int is_rp_window_for_screen (Window w);
+int is_rp_window (Window w);
int is_a_root_window (unsigned int w);
char *screen_dump (rp_screen *screen);