summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-05-15 06:57:09 +0000
committersabetts <sabetts>2003-05-15 06:57:09 +0000
commit2d8945e4ee37ceee9d58e91681c6d3722a83c956 (patch)
treed996cd52065ba42dbcfb0089934303a8c604aa35 /src/frame.h
parent0271c6daa38124232902a976e082a9b21dcc7043 (diff)
downloadratpoison-2d8945e4ee37ceee9d58e91681c6d3722a83c956.zip
(struct rp_screen): rename from
screen_info. Dependant code updated.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index f531f84..75fbb95 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -36,8 +36,8 @@ int frame_right (rp_window_frame *frame);
int frame_top (rp_window_frame *frame);
int frame_left (rp_window_frame *frame);
-rp_window_frame *frame_new (screen_info *s);
-void frame_free (screen_info *s, rp_window_frame *f);
+rp_window_frame *frame_new (rp_screen *s);
+void frame_free (rp_screen *s, rp_window_frame *f);
rp_window_frame *frame_copy (rp_window_frame *frame);
char *frame_dump (rp_window_frame *frame);
rp_window_frame *frame_read (char *str);