summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-03-14 22:10:21 +0000
committerOle Loots <ole@monochrom.net>2012-03-14 22:10:21 +0000
commitf926feadd60c4df24c8427269eda5a85f257ab7e (patch)
tree8f82fc4258a8be069022c63698454cf403810c6a
parentb9092d6271469e8491ac6bd71991de61353afc4e (diff)
downloadnetsurf-f926feadd60c4df24c8427269eda5a85f257ab7e.tar.gz
netsurf-f926feadd60c4df24c8427269eda5a85f257ab7e.tar.bz2
Adjusted for changed plotter members.
svn path=/trunk/netsurf/; revision=13520
-rwxr-xr-xatari/browser.c2
-rwxr-xr-xatari/browser_win.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/atari/browser.c b/atari/browser.c
index df06d1882..3b73b0962 100755
--- a/atari/browser.c
+++ b/atari/browser.c
@@ -753,7 +753,7 @@ void browser_redraw( struct gui_window * gw )
clip.y0 = 0;
clip.x1 = bwrect.g_w;
clip.y1 = bwrect.g_h;
- plotter->clip( plotter, &clip );
+ plotter->set_clip( plotter, &clip );
if( plotter->lock(plotter) == 0 )
return;
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,