summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-10-11 13:30:58 +0200
committerBernhard R. Link <brlink@debian.org>2008-10-11 13:30:58 +0200
commit96f8765e306e2a5ed27546d2fec9b08613d369c2 (patch)
tree038784f40037a112cc1ad5a8817ff2975da50580 /src/split.c
parentcdf47ffa11181bee433fd52f01fbc9d29f6d5323 (diff)
downloadratpoison-96f8765e306e2a5ed27546d2fec9b08613d369c2.zip
cmd_swap checks that both frames are on the same screen
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/split.c b/src/split.c
index 6a6773d..9b31b89 100644
--- a/src/split.c
+++ b/src/split.c
@@ -29,8 +29,6 @@
#define VERTICALLY 0
#define HORIZONTALLY 1
-static rp_screen *frames_screen(rp_frame *);
-
static void
update_last_access (rp_frame *frame)
{
@@ -110,7 +108,7 @@ set_frames_window (rp_frame *frame, rp_window *win)
return find_window_number (last_win);
}
-static rp_screen *
+rp_screen *
frames_screen (rp_frame *frame)
{
int i;