summaryrefslogtreecommitdiff
path: root/amiga/font.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-04-28 19:43:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-04-28 19:43:46 +0000
commit8d4678b04b99af40987bef1e006c8ad5ed562115 (patch)
treea46a6b08104b3f33d92d762d07facf0364a1a0f4 /amiga/font.c
parent6f86862edbcf4b71823e556824636dbaff752990 (diff)
downloadnetsurf-8d4678b04b99af40987bef1e006c8ad5ed562115.tar.gz
netsurf-8d4678b04b99af40987bef1e006c8ad5ed562115.tar.bz2
Add AppWindow ourself rather than letting window.class create it. Initial
tests indicate we are no longer losing icon drop events although there is still an "event leak" somewhere. Fix warnings. svn path=/trunk/netsurf/; revision=13894
Diffstat (limited to 'amiga/font.c')
-rw-r--r--amiga/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font.c b/amiga/font.c
index fd3c00ddf..2f3817e7d 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -583,7 +583,7 @@ int32 ami_font_width_glyph(struct OutlineFont *ofont,
OT_WidthList, &gwlist,
TAG_END) == 0)
{
- gwnode = GetHead((struct MinList *)gwlist);
+ gwnode = (struct GlyphWidthEntry *)GetHead((struct List *)gwlist);
if(gwnode) char1w = gwnode->gwe_Width;
kern = 0;