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. --- 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 7 files changed, 1 insertion(+), 1 deletion(-) 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 (limited to 'test') 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