summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-07 18:44:28 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-07 18:44:28 +0000
commit394263bb2f81ce0d330058468496ecfa387ca60e (patch)
tree99919fd7a679b1e1eba9fe4ae1d0d1ff6b5bc23e /amiga/gui.h
parent15eb877a4c6b002968db7fce279d7ad093e4d121 (diff)
downloadnetsurf-394263bb2f81ce0d330058468496ecfa387ca60e.tar.gz
netsurf-394263bb2f81ce0d330058468496ecfa387ca60e.tar.bz2
Basic plotter functions and support code for the plotters.
svn path=/trunk/netsurf/; revision=4948
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 220846704..377a54678 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -22,7 +22,9 @@ void ami_get_msg(void);
struct gui_window {
struct Window *win;
+ struct browser_window *bw;
};
struct gui_window *curwin;
+struct RastPort *currp;
#endif