summaryrefslogtreecommitdiff
path: root/riscos/frames.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-27 00:11:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-27 00:11:57 +0000
commit59fb052818656e74162d7f026f7089ec42c1e8a0 (patch)
treee5b8bf21e2201adf5170f2bfde49ae4423902f63 /riscos/frames.c
parent2363d8f5af7302924a0ce3608d971f5594710f3f (diff)
downloadnetsurf-59fb052818656e74162d7f026f7089ec42c1e8a0.tar.gz
netsurf-59fb052818656e74162d7f026f7089ec42c1e8a0.tar.bz2
[project @ 2003-12-27 00:11:57 by jmb]
Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
Diffstat (limited to 'riscos/frames.c')
-rw-r--r--riscos/frames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/frames.c b/riscos/frames.c
index fa1db8c48..055d531e5 100644
--- a/riscos/frames.c
+++ b/riscos/frames.c
@@ -34,8 +34,8 @@ void frame_add_instance(struct content *c, struct browser_window *parent,
os_error *e;
gui_window *g = (gui_window*)xcalloc(1, sizeof(gui_window));
- bw = create_browser_window(parent->flags, parent->format_width,
- parent->format_height, parent);
+ bw = create_browser_window(parent->flags, (int)parent->format_width,
+ (int)parent->format_height, parent);
w.visible.x0 = 346;
w.visible.x1 = 370;