> Hmm, this patch is pretty noisy, building with mingw on winXP. I haven't > tried others hosts yet. > I think it needs to be cleaned up a bit so we see fewer trivial > warnings.
fixed but fltk have a lot of warning with gcc-4.3 like checkers.cxx:195: warning: suggest parentheses around && within || Fl_Text_Buffer.cxx:1402: warning: array subscript has type 'char' and Fl_x.cxx:464: warning: deprecated conversion from string constant to 'char*' the last code will not be compiled with gcc-4.4 > > Also - did we decide it was safe to add this patch into the 1.3 series > at this stage? > I thought the plan was to hold off on changes to 1.3 until after the > utf-8 stuff had stabilised. > I assume there are no API compatability issues with this, then? I think that is safe. it use only os specific code except utf8 decoding on Win32, and code similar to original fl_draw function. I test changes in fltk weekly and will corect proplems if they occure in te future. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
