mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Fix warnings
svn path=/trunk/netsurf/; revision=7132
This commit is contained in:
parent
3ad3a8f7f9
commit
f4757102b6
@ -29,7 +29,7 @@
|
||||
|
||||
struct TextFont *ami_open_font(struct css_style *);
|
||||
void ami_close_font(struct TextFont *tfont);
|
||||
ULONG ami_unicode_text(struct RastPort *rp,char *string,ULONG length,struct css_style *style,ULONG x,ULONG y,ULONG c);
|
||||
ULONG ami_unicode_text(struct RastPort *rp,const char *string,ULONG length,const struct css_style *style,ULONG x,ULONG y,ULONG c);
|
||||
|
||||
void ami_init_fonts(void);
|
||||
void ami_close_fonts(void);
|
||||
|
Loading…
Reference in New Issue
Block a user