summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 8e939b7..cb17d60 100644
--- a/src/window.c
+++ b/src/window.c
@@ -108,7 +108,7 @@ window_name (rp_window *win)
/* Allocate a new window and add it to the list of managed windows */
rp_window *
-add_to_window_list (screen_info *s, Window w)
+add_to_window_list (rp_screen *s, Window w)
{
rp_window *new_window;