summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2003-07-18 03:12:05 +0000
committerMatthias Melcher <fltk@matthiasm.com>2003-07-18 03:12:05 +0000
commit8aa95bcd966d0cd5a46023904bbcede921c22362 (patch)
treead743f7640bd5b5910a0b640b98e620297820b70 /CHANGES
parent6293dd5558644b6562524c3bfa328a35bedeb661 (diff)
OS X QuitAppleEvent now correctly exits Fl::run() instead of just
exiting. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3047 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 39740a385..6c593969d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
CHANGES IN FLTK 1.1.4
+ - QuitAppleEvent now correctly returns from Fl::run()
+ instead of just exiting.
+ - Hiding the first created OpenGL context was not
+ possible. FLTK now manages a list of contexts.
- FLUID didn't keep the double/single buffer type for
windows.
- FLTK didn't work with Xft2.