summaryrefslogtreecommitdiff
path: root/atari/browser_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/browser_win.c')
-rwxr-xr-xatari/browser_win.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/atari/browser_win.c b/atari/browser_win.c
index 273ef48eb..087710170 100755
--- a/atari/browser_win.c
+++ b/atari/browser_win.c
@@ -501,10 +501,8 @@ static void __CDECL evnt_window_icondraw( WINDOW *win, short buff[8], void * dat
} else {
struct rect clip = { 0,0,w,h };
plot_set_dimensions( x,y,w,h );
- plot_clip(&clip);
- plot_resize_bitmap(gw->icon, w, h);
- plot_blit_bitmap(( gw->icon->resized ) ? gw->icon->resized : gw->icon,
- 0, 0, 0xffffff, BITMAPF_NONE);
+ plot_clip(&clip);
+ atari_plotters.bitmap(0, 0, w, h, gw->icon, 0xffffff, 0);
}
}