summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 154684c..07df96b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -30,6 +30,8 @@ LIST_HEAD(rp_mapped_window);
struct numset *rp_window_numset;
+static void set_active_window_body (rp_window *win, int force);
+
/* Get the mouse position relative to the the specified window */
static void
get_mouse_position (rp_window *win, int *mouse_x, int *mouse_y)
@@ -473,7 +475,7 @@ find_frame_non_dedicated(rp_screen *current_screen)
return NULL;
}
-void
+static void
set_active_window_body (rp_window *win, int force)
{
rp_window *last_win;