summaryrefslogtreecommitdiff
path: root/amiga/font.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-24 19:04:48 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-24 19:04:48 +0100
commit7677901edfc72228572e72f0858a55ab012f860a (patch)
treede31fcd32d58288471a3d63c69e349713459c4f4 /amiga/font.h
parent6ddb66ccfbf2c5627e04b9fc6a70661b764d9a93 (diff)
downloadnetsurf-7677901edfc72228572e72f0858a55ab012f860a.tar.gz
netsurf-7677901edfc72228572e72f0858a55ab012f860a.tar.bz2
update amiga font layout handling to use table
Diffstat (limited to 'amiga/font.h')
-rwxr-xr-xamiga/font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/font.h b/amiga/font.h
index da23b5989..a0b63d060 100755
--- a/amiga/font.h
+++ b/amiga/font.h
@@ -55,5 +55,8 @@ struct ami_font_functions {
};
const struct ami_font_functions *ami_nsfont;
+
+struct gui_layout_table *ami_layout_table;
+
#endif