diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-08-17 09:05:44 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-08-17 09:05:44 +0000 |
| commit | ef48f007a1a8463abfccb118a6836718d497eb29 (patch) | |
| tree | 83734f96a0b6dc4187dc62d9cfc48bf0cd58dfd7 /FL | |
| parent | 9f41ba57ec95c2497282da1c8701baa309c90a18 (diff) | |
Added missing const to GLUT call (STR #1371)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -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); |
