Author: matt
Date: 2009-09-27 04:09:03 -0700 (Sun, 27 Sep 2009)
New Revision: 6903
Log:
Typo
Modified:
branches/branch-1.3/FL/Fl.H
branches/branch-1.3/src/glut_font.cxx
Modified: branches/branch-1.3/FL/Fl.H
===================================================================
--- branches/branch-1.3/FL/Fl.H 2009-09-27 11:06:56 UTC (rev 6902)
+++ branches/branch-1.3/FL/Fl.H 2009-09-27 11:09:03 UTC (rev 6903)
@@ -680,7 +680,7 @@
8-bit RGB color. The color is not allocated until fl_color(i) is used.
*/
static void set_color(Fl_Color, unsigned); // platform dependent
- static unsigned get_color(Fl_Color);
+ static Fl_Color get_color(Fl_Color);
static void get_color(Fl_Color, uchar&, uchar&, uchar&);
/**
Frees the specified color from the colormap, if applicable.
Modified: branches/branch-1.3/src/glut_font.cxx
===================================================================
--- branches/branch-1.3/src/glut_font.cxx 2009-09-27 11:06:56 UTC (rev
6902)
+++ branches/branch-1.3/src/glut_font.cxx 2009-09-27 11:09:03 UTC (rev
6903)
@@ -115,7 +115,8 @@
* point back to the start of the line and down one line.
*/
-#if defined(__GNUC__)#warning FIXME This needs to be UTF aware now
+#if defined(__GNUC__)
+#warning FIXME This needs to be UTF aware now
#endif /*__GNUC__*/
while ((c = *string++) != 0) {
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit