From f892e59d76da3a67db642b91f0f0779f976ea8ba Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Mar 2011 14:36:55 +0000 Subject: Direct rendering. Testing only; has problems with inline image placement, grey background for all text, won't work with Cairo renderer, may crash with certain gfx lib operations (AreaFill). However, seems to be much faster in 16-bit mode than off-screen buffered rendering. svn path=/trunk/netsurf/; revision=11913 --- amiga/plotters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index 7bd42af6f..f9d95b765 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -28,7 +28,7 @@ struct gui_globals { struct BitMap *bm; - struct RastPort rp; + struct RastPort *rp; struct Layer_Info *layerinfo; APTR areabuf; APTR tmprasbuf; -- cgit v1.2.3