Revert accidental change

svn path=/trunk/netsurf/; revision=7898
This commit is contained in:
Chris Young 2009-06-20 14:13:16 +00:00
parent cb23d7d911
commit 397e2cc0a9

View File

@ -346,7 +346,7 @@ ULONG ami_unicode_text(struct RastPort *rp,const char *string,ULONG length,const
BLITA_Source,glyphbm,
BLITA_SrcType,BLITT_ALPHATEMPLATE,
BLITA_Dest,rp,
BLITA_DestType,BLITT_BITMAP,
BLITA_DestType,BLITT_RASTPORT,
BLITA_SrcBytesPerRow,glyph->glm_BMModulo,
TAG_DONE);
}