summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 88a7d74e9..85e2f92df 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -330,6 +330,8 @@ void gui_init(int argc, char** argv)
if(!option_window_width) option_window_width = 800;
if(!option_window_height) option_window_height = 600;
+ ami_init_fonts();
+
plot=amiplot;
/* AmiUpdate */
@@ -1310,6 +1312,8 @@ void gui_quit(void)
FreeVec(glob.tmprasbuf);
FreeVec(glob.areabuf);
+ ami_close_fonts();
+
if(!locked_screen) /* set if we are using somebody else's screen */
{
while(!CloseScreen(scrn));