summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-12-09 16:30:52 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-12-09 16:39:18 +0100
commit8637e3d69e744fa6efca981d830e344d3ab122dc (patch)
treef1d59c2b1c1e2cd92fd20976a72888f177a9c6d2 /src/screen.h
parent597ab87c290016fec5c1d333915c9e1dfdde1627 (diff)
downloadratpoison-8637e3d69e744fa6efca981d830e344d3ab122dc.zip
Adapt function name
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);