From 58548b781d7c3f0fa6c8c72c63dece888a02ea43 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sun, 14 Sep 2008 12:45:42 +0000 Subject: Doxygen Documentation WP2 done. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/glut_font.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/glut_font.cxx') diff --git a/src/glut_font.cxx b/src/glut_font.cxx index 6053d733a..788e9dee4 100644 --- a/src/glut_font.cxx +++ b/src/glut_font.cxx @@ -114,8 +114,10 @@ void glutStrokeString(void* fontID, const unsigned char *string) { * A newline will simply translate the next character's insertion * point back to the start of the line and down one line. */ - +#if !defined(WIN32) || defined(CYGWIN) #warning FIXME This needs to be UTF aware now +#endif + while ((c = *string++) != 0) { if (c < font->Quantity) { if (c == '\n') { -- cgit v1.2.3