diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-14 12:45:42 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-14 12:45:42 +0000 |
| commit | 58548b781d7c3f0fa6c8c72c63dece888a02ea43 (patch) | |
| tree | af4c8ec52edf7fb82f0201a21a6cfe4da9daf759 /src/glut_font.cxx | |
| parent | 8bc9d467efaca58d5f515e47dd07eda9533a24b0 (diff) | |
Doxygen Documentation WP2 done.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/glut_font.cxx')
| -rw-r--r-- | src/glut_font.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
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') { |
