summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 7f4c81d25..35f8205a1 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -66,6 +66,7 @@ struct gui_window {
union content_msg_data *redraw_data;
};
-struct gui_window *curwin;
+//struct gui_window *curwin;
struct RastPort *currp;
+struct TextFont *origrpfont;
#endif