summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/glut.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/glut.H b/FL/glut.H
index 875dd0406..2feb7f163 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -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,