fixed a glut compilation pb.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6300 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini 2008-09-18 19:35:55 +00:00
parent e8478458bf
commit afd1767241

View File

@ -409,7 +409,7 @@ FL_EXPORT GLUTproc glutGetProcAddress(const char *procName);
// Font argument must be a void* for compatability, so... // Font argument must be a void* for compatability, so...
/** fltk glut font/size attributes used in the glutXXX functions */ /** fltk glut font/size attributes used in the glutXXX functions */
Fl_Glut_Bitmap_Font {Fl_Font font; Fl_Fontsize size;} struct Fl_Glut_Bitmap_Font {Fl_Font font; Fl_Fontsize size;};
extern FL_EXPORT struct Fl_Glut_Bitmap_Font extern FL_EXPORT struct Fl_Glut_Bitmap_Font
glutBitmap9By15, glutBitmap8By13, glutBitmapTimesRoman10, glutBitmap9By15, glutBitmap8By13, glutBitmapTimesRoman10,