summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index d65553c05..14d8201d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,11 @@
CHANGES IN FLTK 1.1.8
+ - FLUID now only writes definitions of "o" and "w"
+ variables as needed, reducing the number of "variable
+ is shadowed" warnings from GCC.
- Added access to Xft font pointer (STR #1328)
- - Fixed endianness in OS X mouse cursor graphics
- (STR #1348)
+ - Fixed endianness in OS X mouse cursor graphics (STR
+ #1348)
- Fixed crash on mixed use of keyboard and mouse for
Fl_Menu_Button (STR #1356)
- Fixed Fl_Window::visible() and shown() for OS X