summaryrefslogtreecommitdiff
path: root/src/frame.h
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/frame.h
parentcdf47ffa11181bee433fd52f01fbc9d29f6d5323 (diff)
downloadratpoison-96f8765e306e2a5ed27546d2fec9b08613d369c2.zip
cmd_swap checks that both frames are on the same screen
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 7fad406..611ecc0 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -42,4 +42,6 @@ rp_frame *frame_copy (rp_frame *frame);
char *frame_dump (rp_frame *frame, rp_screen *screen);
rp_frame *frame_read (char *str, rp_screen *screen);
+rp_screen *frames_screen (rp_frame *);
+
#endif