STR #1614: added missing FL_EXPORT to glutGet()

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5715 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2007-02-25 00:05:06 +00:00
parent d18f2b26b5
commit e52cb1cbb9

View File

@ -314,7 +314,7 @@ inline void glutOverlayDisplayFunc(void (*f)()) {
// Warning: values are changed from GLUT!
// Also relies on the GL_ symbols having values greater than 100
int glutGet(GLenum type);
FL_EXPORT int glutGet(GLenum type);
enum {
GLUT_RETURN_ZERO = 0,
GLUT_WINDOW_X,