From 64e1781eb4c0d007801ea894cb3c0967a8aecbbd Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 3 Mar 2003 22:40:39 +0000 Subject: [project @ 2003-03-03 22:40:39 by bursa] Fix many browser warnings. svn path=/import/netsurf/; revision=103 --- riscos/gui.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 14716eac8..7a69a5a88 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -1,5 +1,5 @@ /** - * $Id: gui.h,v 1.3 2002/12/30 22:56:30 monkeyson Exp $ + * $Id: gui.h,v 1.4 2003/03/03 22:40:39 bursa Exp $ */ #ifndef _NETSURF_RISCOS_GUI_H_ @@ -10,10 +10,10 @@ struct ro_gui_window; typedef struct ro_gui_window gui_window; - int ro_x_units (int browser_units); - int ro_y_units (int browser_units); - int browser_x_units (int ro_units) ; - int browser_y_units (int ro_units) ; + unsigned long ro_x_units (unsigned long browser_units); + unsigned long ro_y_units (unsigned long browser_units); + unsigned long browser_x_units (unsigned long ro_units) ; + unsigned long browser_y_units (unsigned long ro_units) ; struct ro_gui_window { -- cgit v1.2.3