summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-05 14:36:55 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-05 14:36:55 +0000
commitf892e59d76da3a67db642b91f0f0779f976ea8ba (patch)
tree4738f7df4cb47f0507f129a05ba75d58cbeb2376 /amiga/plotters.h
parent912b3bcde80ad2a9a168d0201513da371ed148b0 (diff)
downloadnetsurf-f892e59d76da3a67db642b91f0f0779f976ea8ba.tar.gz
netsurf-f892e59d76da3a67db642b91f0f0779f976ea8ba.tar.bz2
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
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h2
1 files changed, 1 insertions, 1 deletions
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;