DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2161
Version: 1.3-current


Okay, I found it, it's been a giant change for FLTK 1.3, and this single
"FIXME" line in Fl_Window.cxx:

$ svn log -r 6113
------------------------------------------------------------------------
r6113 | matt | 2008-04-23 21:09:28 +0200 (Wed, 23 Apr 2008) | 1 line

First attempt at consistently using Fl_Font as a type for the font index
and Fl_Font_Size as a type to measure font height (or rather size).
------------------------------------------------------------------------

$ svn diff -c 6113 src/Fl_Window.cxx
Index: src/Fl_Window.cxx
===================================================================
--- src/Fl_Window.cxx   (revision 6112)
+++ src/Fl_Window.cxx   (revision 6113)
@@ -150,6 +150,7 @@


 void Fl_Window::iconlabel(const char *iname) {
+  // FIXME: 'flags' is 32 bit large!
   uchar saveflags = flags();
   label(label(), iname);
   set_flag(saveflags);


Link: http://www.fltk.org/str.php?L2161
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to