From eb2ec532e8cd058903de319ab90646693d52e53f Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 23 Jul 2012 02:30:11 +0200 Subject: renmaed plot functions (use plot_ prefix). --- atari/browser_win.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'atari/browser_win.c') 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); } } -- cgit v1.2.3