summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,