summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:05:44 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:05:44 +0000
commitef48f007a1a8463abfccb118a6836718d497eb29 (patch)
tree83734f96a0b6dc4187dc62d9cfc48bf0cd58dfd7 /CHANGES
parent9f41ba57ec95c2497282da1c8701baa309c90a18 (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 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 89d1a11e1..e2ab68583 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.8
+ - Added missing "const" to GLUT call (STR #1371)
- Fixed stray FL_RELEASE events after clicking system
areas on OS X (STR #1376)
- Fl_Tabs::value() is now "const" as described in the