From e2efda19df7a52f11a9c9ed421ac34e6804b30d4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 4 Mar 2003 11:59:36 +0000 Subject: [project @ 2003-03-04 11:59:35 by bursa] More compiler warning fixes. svn path=/import/netsurf/; revision=104 --- desktop/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 685def3f2..c80c56b4e 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -1,5 +1,5 @@ /** - * $Id: gui.h,v 1.5 2003/03/03 22:40:39 bursa Exp $ + * $Id: gui.h,v 1.6 2003/03/04 11:59:35 bursa Exp $ */ #ifndef _NETSURF_DESKTOP_GUI_H_ @@ -30,7 +30,7 @@ void gui_window_hide(gui_window* g); void gui_window_redraw(gui_window* g, unsigned long x0, unsigned long y0, unsigned long x1, unsigned long y1); void gui_window_redraw_window(gui_window* g); -void gui_window_set_scroll(gui_window* g, int sx, int sy); +void gui_window_set_scroll(gui_window* g, unsigned long sx, unsigned long sy); unsigned long gui_window_get_width(gui_window* g); void gui_window_set_extent(gui_window* g, unsigned long width, unsigned long height); void gui_window_set_status(gui_window* g, const char* text); -- cgit v1.2.3