diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-08-17 13:49:46 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-08-17 13:49:46 +0000 |
| commit | 2f4706602d53a964661a398d8774e95bdb09e044 (patch) | |
| tree | fa86cf8500e4b912fc61891b2e2e7efe328f38cd /FL | |
| parent | 49a06939622941edbfa2e153d9cfb614037da58d (diff) | |
Fixed ABI issue with const on glutCreateWindow.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5327 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/glut.H | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
