From 3376f7f50ff774030596a2e84dd9f72920ee449c Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 27 Jan 2011 11:43:48 +0000 Subject: Implemented resolution-independent rendering for the browser view. Still needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507 --- cocoa/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/font.h') diff --git a/cocoa/font.h b/cocoa/font.h index 769bd1dd9..fc2c5c95e 100644 --- a/cocoa/font.h +++ b/cocoa/font.h @@ -19,7 +19,7 @@ #ifndef COCOA_FONT_H #define COCOA_FONT_H -void cocoa_draw_string( int x, int y, const char *bytes, size_t length, const plot_font_style_t *style ); +void cocoa_draw_string( CGFloat x, CGFloat y, const char *bytes, size_t length, const plot_font_style_t *style ); void cocoa_set_font_scale_factor( float newFactor ); #endif -- cgit v1.2.3