X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_ext.h;h=4c3ef002bc435a6f20f5a02933fcb96bfe236b3f;hb=a4b002457118502712cd8d3f67de997b2a65f162;hp=81946387fa9be8655939ce830d3a6aa9db108eef;hpb=8e06738e2a2879e125fa166f6f7817727d898beb;p=freeglut diff --git a/include/GL/freeglut_ext.h b/include/GL/freeglut_ext.h index 8194638..4c3ef00 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -86,8 +86,8 @@ FGAPI void FGAPIENTRY glutSetMenuData(void* data); */ FGAPI int FGAPIENTRY glutBitmapHeight( void* font ); FGAPI GLfloat FGAPIENTRY glutStrokeHeight( void* font ); -FGAPI void FGAPIENTRY glutBitmapString( void* font, const char *string ); -FGAPI void FGAPIENTRY glutStrokeString( void* font, const char *string ); +FGAPI void FGAPIENTRY glutBitmapString( void* font, const unsigned char *string ); +FGAPI void FGAPIENTRY glutStrokeString( void* font, const unsigned char *string ); /* * Geometry functions, see freeglut_geometry.c