From 0a24f4dbca3b3c98b14139b8fd96a3b326c307ae Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 22 Apr 2011 16:54:11 +0000 Subject: Aspect-corrected font DPI (files missing from previous commit) svn path=/trunk/netsurf/; revision=12231 --- amiga/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h index 0881e87a8..398fa7c5a 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -20,10 +20,10 @@ #define AMIGA_FONT_H #include "desktop/plotters.h" -#include +#include ULONG ami_unicode_text(struct RastPort *rp,const char *string,ULONG length,const plot_font_style_t *fstyle,ULONG x,ULONG y); -ULONG ami_font_setdevicedpi(int dpi); +void ami_font_setdevicedpi(int id); void ami_init_fonts(void); void ami_close_fonts(void); #endif -- cgit v1.2.3