summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-29 01:18:53 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-12-29 01:18:53 +0000
commit96c314750f05bf97e9cdde8371c463d79850b32c (patch)
treef2cc821cf366cc10c74aec8ef6b3e405a704e807 /amiga/gui.h
parente56aabc99879f8c5e764142be4cc8d21b0da934d (diff)
downloadnetsurf-96c314750f05bf97e9cdde8371c463d79850b32c.tar.gz
netsurf-96c314750f05bf97e9cdde8371c463d79850b32c.tar.bz2
More efficient layers clipping
svn path=/trunk/netsurf/; revision=5945
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 723b6950f..4a7f2b521 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -124,6 +124,7 @@ struct gui_globals
struct Layer_Info *layerinfo;
APTR areabuf;
APTR tmprasbuf;
+ struct Rectangle rect;
#ifdef NS_AMIGA_CAIRO
cairo_surface_t *surface;
cairo_t *cr;