summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d6d6a17b2..93fbd6616 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
Other improvements
+ - The Mac OS X FLTK platform no longer uses the deprecated AGL
+ (Apple GL library) to draw openGL data. Instead, it uses standard cocoa
+ APIs. This allows FLTK to support drawing GL scenes at high resolution
+ when an Fl_Gl_Window is mapped to a 'retina' display.
- fl_read_image() now captures all pixels within the rectangle
described by its arguments, whether they belong to a GL scene
or not (STR #3142). It also captures subwindows of GL windows.