summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-06-30 13:38:45 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-06-30 13:38:45 +0000
commitf1473b972fd83442b186d9e63d6c3ca92ae80a7c (patch)
tree9b0c366195a88ed771549969c99abad8e0efc9a3 /CHANGES
parent7e7a74203a4e5bbbba2fcc8879311732b75cf221 (diff)
Fixed OpenGL shared context handling (STR #2135)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6806 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 b92153e2d..f93ea7023 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.3.0
+ - Fixed OpenGL shared context handling (STR #2135)
- Fixed gray-scale images with alpha channel (STR #2105)
- Fixed unexpected shortcut behavior for Win32 (STR #2199)
- Fixed documentation for Fl_Progress (STR #2209)