Author: matt
Date: 2011-01-01 19:55:23 -0800 (Sat, 01 Jan 2011)
New Revision: 8168
Log:
Changed checkers field color because pieces were close to invisibel on OS X. I
hope this has no negative effect on very dark desktops... .
Modified:
branches/branch-1.3/test/checkers.cxx
Modified: branches/branch-1.3/test/checkers.cxx
===================================================================
--- branches/branch-1.3/test/checkers.cxx 2011-01-02 03:50:54 UTC (rev
8167)
+++ branches/branch-1.3/test/checkers.cxx 2011-01-02 03:55:23 UTC (rev
8168)
@@ -1170,6 +1170,7 @@
int FLTKmain(int argc, char** argv) {
Fl::visual(FL_DOUBLE|FL_INDEX);
Board b(BOARDSIZE,BOARDSIZE);
+ b.color(FL_BACKGROUND_COLOR);
b.callback(quit_cb);
b.show(argc,argv);
return Fl::run();
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit