Skip to content

Commit

Permalink
Changed checkers field color because pieces were close to invisibel o…
Browse files Browse the repository at this point in the history
…n OS X. I hope this has no negative effect on very dark desktops... .

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8168 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Jan 2, 2011
1 parent e203237 commit 37002c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/checkers.cxx
Expand Up @@ -1170,6 +1170,7 @@ void quit_cb(Fl_Widget*, void*) {exit(0);}
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();
Expand Down

0 comments on commit 37002c6

Please sign in to comment.