From f926feadd60c4df24c8427269eda5a85f257ab7e Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 14 Mar 2012 22:10:21 +0000 Subject: Adjusted for changed plotter members. svn path=/trunk/netsurf/; revision=13520 --- atari/browser_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/browser_win.c') diff --git a/atari/browser_win.c b/atari/browser_win.c index 8004ae21a..71847c84d 100755 --- a/atari/browser_win.c +++ b/atari/browser_win.c @@ -504,7 +504,7 @@ static void __CDECL evnt_window_icondraw( WINDOW *win, short buff[8], void * dat struct rect clip = { 0,0,w,h }; plotter->move( plotter, x, y ); plotter->resize( plotter, w, h ); - plotter->clip(plotter, &clip ); + plotter->set_clip(plotter, &clip ); plotter->bitmap_resize( plotter, gw->icon, w, h ); plotter->bitmap( plotter, -- cgit v1.2.3