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:
parent
e8478458bf
commit
afd1767241
@ -409,7 +409,7 @@ FL_EXPORT GLUTproc glutGetProcAddress(const char *procName);
|
||||
|
||||
// Font argument must be a void* for compatability, so...
|
||||
/** 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
|
||||
glutBitmap9By15, glutBitmap8By13, glutBitmapTimesRoman10,
|
||||
|
Loading…
Reference in New Issue
Block a user