summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-07-26 19:52:28 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-07-26 19:52:28 +0000
commit500d7616fd16005f6f8eea0a061160177160ec34 (patch)
tree82b94a770435329debf353ada5176c16d185cbd5 /CHANGES
parent9ee02e0f013398536b61f08dd3ced4188cd559bb (diff)
Revamp variable tests so that we rarely need to provide "o" and
"w" variables. This eliminates most of the "variable is shadowed" warnings from GCC we get after creating .cxx files from FLUID. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5266 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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