From e849f7ec0ba77bf642f36b3a5a1692a8161b0ab6 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 19 Nov 2011 19:02:58 +0000 Subject: [PATCH] does this fix the mac build? --- source/shared_lib/sources/platform/macosx/gl_wrap.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/shared_lib/sources/platform/macosx/gl_wrap.mm b/source/shared_lib/sources/platform/macosx/gl_wrap.mm index 1ade5f30d..be68a5cdb 100644 --- a/source/shared_lib/sources/platform/macosx/gl_wrap.mm +++ b/source/shared_lib/sources/platform/macosx/gl_wrap.mm @@ -180,7 +180,7 @@ BOOL makeGLDisplayListFirst(unichar first, int count, GLint base, NSFont *font, return retval; } -void createGlFontBitmaps(GLuint &base, const string &type, int size, int width, +void createGlFontBitmaps(GLuint32 &base, const string &type, int size, int width, int charCount, Shared::Graphics::FontMetrics &metrics) { @@ -199,7 +199,7 @@ void createGlFontBitmaps(GLuint &base, const string &type, int size, int width, } -void createGlFontOutlines(GLuint &base, const string &type, int width, +void createGlFontOutlines(GLuint32 &base, const string &type, int width, float depth, int charCount, Shared::Graphics::FontMetrics &metrics) { NOIMPL; }