diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-01-28 14:22:45 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2022-01-28 14:22:53 +0100 |
| commit | adfb9d83f651f829dfef5bc6d261220f5e5a4c28 (patch) | |
| tree | 2541d8368520b04b3d20ae4be0cf10714346b5a4 /test/checkers_pieces.fl | |
| parent | 2dc6010d5a5a788e9e860f4c3abcc4a4c7742514 (diff) | |
Checkers pieces scaling.
Diffstat (limited to 'test/checkers_pieces.fl')
| -rw-r--r-- | test/checkers_pieces.fl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/checkers_pieces.fl b/test/checkers_pieces.fl index 8c4894fce..d91bdf1cb 100644 --- a/test/checkers_pieces.fl +++ b/test/checkers_pieces.fl @@ -5,7 +5,7 @@ code_name {.cxx} comment {// // Checkers images for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2020 by Bill Spitzak and others. +// Copyright 1998-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -17,13 +17,13 @@ comment {// // // https://www.fltk.org/bugs.php // -} {in_source in_header +} {selected in_source in_header } data pixmaps_black_checker_png {public local filename {pixmaps/black_checker.png} } -data pixmaps_white_checker_png {selected public local filename {pixmaps/white_checker.png} +data pixmaps_white_checker_png {public local filename {pixmaps/white_checker.png} } data pixmaps_black_checker_king_png {public local filename {pixmaps/black_checker_king.png} |
