From d3265936b9121353af2220b7048eaff46cbe5ccb Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 8 Mar 2003 20:26:31 +0000 Subject: [project @ 2003-03-08 20:26:31 by bursa] Fix coordinates, sprite area. svn path=/import/netsurf/; revision=105 --- 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 7a69a5a88..c06bd17f7 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -1,5 +1,5 @@ /** - * $Id: gui.h,v 1.4 2003/03/03 22:40:39 bursa Exp $ + * $Id: gui.h,v 1.5 2003/03/08 20:26:31 bursa Exp $ */ #ifndef _NETSURF_RISCOS_GUI_H_ @@ -10,10 +10,10 @@ struct ro_gui_window; typedef struct ro_gui_window gui_window; - 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) ; +int ro_x_units(unsigned long browser_units); +int ro_y_units(unsigned long browser_units); +unsigned long browser_x_units(int ro_units); +unsigned long browser_y_units(int ro_units); struct ro_gui_window { -- cgit v1.2.3