summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
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