diff options
Diffstat (limited to 'FL/glut.H')
| -rw-r--r-- | FL/glut.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +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); |
