summaryrefslogtreecommitdiff
path: root/atari/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/browser.c')
-rwxr-xr-xatari/browser.c2
1 files changed, 1 insertions, 1 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;