From 500d7616fd16005f6f8eea0a061160177160ec34 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 26 Jul 2006 19:52:28 +0000 Subject: 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 --- CHANGES | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CHANGES') 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 -- cgit v1.2.3