From 70bdf692794f228b25354c6b3d7c1ead872902ee Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 23 Feb 2023 19:28:27 +0100 Subject: Move animated gif images to the test/images folder ... to make them accessible to the help_dialog test if built with CMake. --- examples/animgifimage-simple.cxx | 2 +- test/help_dialog.html | 2 +- test/images/fltk_animated.gif | Bin 0 -> 116547 bytes test/images/fltk_animated2.gif | Bin 0 -> 12618 bytes test/images/fltk_animated3.gif | Bin 0 -> 60554 bytes test/pixmaps/fltk_animated.gif | Bin 116547 -> 0 bytes test/pixmaps/fltk_animated2.gif | Bin 12618 -> 0 bytes test/pixmaps/fltk_animated3.gif | Bin 60554 -> 0 bytes 8 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 test/images/fltk_animated.gif create mode 100644 test/images/fltk_animated2.gif create mode 100644 test/images/fltk_animated3.gif delete mode 100644 test/pixmaps/fltk_animated.gif delete mode 100644 test/pixmaps/fltk_animated2.gif delete mode 100644 test/pixmaps/fltk_animated3.gif diff --git a/examples/animgifimage-simple.cxx b/examples/animgifimage-simple.cxx index 19f9732f2..20592891d 100644 --- a/examples/animgifimage-simple.cxx +++ b/examples/animgifimage-simple.cxx @@ -24,7 +24,7 @@ int main(int argc, char *argv[]) { // of the `canvas` widget and start it immediately. // We use the `DONT_RESIZE_CANVAS` flag here to tell the // animation *not* to change the canvas size (which is the default). - const char *default_image = "../test/pixmaps/fltk_animated.gif"; + const char *default_image = "../test/images/fltk_animated.gif"; Fl_Anim_GIF_Image animgif(/*name_=*/ argv[1] ? argv[1] : default_image, /*canvas_=*/ &canvas, /*flags_=*/ Fl_Anim_GIF_Image::DONT_RESIZE_CANVAS); diff --git a/test/help_dialog.html b/test/help_dialog.html index 06492e600..e3505236d 100644 --- a/test/help_dialog.html +++ b/test/help_dialog.html @@ -264,7 +264,7 @@ Nested OL/UL: Tiny FLTK logo Tiny FLTK logo. - Animated FLTK logo + Animated FLTK logo Animated FLTK logo. Fl_Value_Input diff --git a/test/images/fltk_animated.gif b/test/images/fltk_animated.gif new file mode 100644 index 000000000..bff543a05 Binary files /dev/null and b/test/images/fltk_animated.gif differ diff --git a/test/images/fltk_animated2.gif b/test/images/fltk_animated2.gif new file mode 100644 index 000000000..52b8a8359 Binary files /dev/null and b/test/images/fltk_animated2.gif differ diff --git a/test/images/fltk_animated3.gif b/test/images/fltk_animated3.gif new file mode 100644 index 000000000..8656c4d6a Binary files /dev/null and b/test/images/fltk_animated3.gif differ diff --git a/test/pixmaps/fltk_animated.gif b/test/pixmaps/fltk_animated.gif deleted file mode 100644 index bff543a05..000000000 Binary files a/test/pixmaps/fltk_animated.gif and /dev/null differ diff --git a/test/pixmaps/fltk_animated2.gif b/test/pixmaps/fltk_animated2.gif deleted file mode 100644 index 52b8a8359..000000000 Binary files a/test/pixmaps/fltk_animated2.gif and /dev/null differ diff --git a/test/pixmaps/fltk_animated3.gif b/test/pixmaps/fltk_animated3.gif deleted file mode 100644 index 8656c4d6a..000000000 Binary files a/test/pixmaps/fltk_animated3.gif and /dev/null differ -- cgit v1.2.3