summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-25 09:11:42 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-25 09:11:42 +0000
commit961391ac0804f708e46fa3b8c54d84e26ab392e6 (patch)
tree3f49ce742e2ac8d079969b9927a4e7211ff8f39f /CHANGES
parent4fae32c85cd2ac14879cc0855d1a7e348cac21fd (diff)
Fixed GLUT behavior on window creation (STR #1267)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5363 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 a07df5b26..5a5182769 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.8
+ - Fixed GLUT behavior on window creation (STR #1267)
- Fixed OS X bug that would hide tooltips before
they were shown (STR #1392)
- Fixed Fl_Tabs tooltip reappearing (STR #1324)