summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 095040c..8b624c7 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -514,7 +514,7 @@ is_rp_window_for_given_screen (Window w, rp_screen *s)
}
int
-is_rp_window_for_screen(Window w)
+is_rp_window (Window w)
{
rp_screen *cur;