summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/glut.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/glut.H b/FL/glut.H
index 80f3c10c9..c2126622c 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -117,6 +117,7 @@ FL_EXPORT void glutInitWindowSize(int w, int h);
FL_EXPORT void glutMainLoop();
+FL_EXPORT int glutCreateWindow(char *title);
FL_EXPORT int glutCreateWindow(const char *title);
FL_EXPORT int glutCreateSubWindow(int win, int x, int y, int width, int height);