summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-23 19:28:27 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-23 19:28:27 +0100
commit70bdf692794f228b25354c6b3d7c1ead872902ee (patch)
treed946545f414ec3367ec362706c78e265e11f4e2a
parent9f87af8ad9a3d8112518b6bbb5b6075881a5b9a2 (diff)
Move animated gif images to the test/images folder
... to make them accessible to the help_dialog test if built with CMake.
-rw-r--r--examples/animgifimage-simple.cxx2
-rw-r--r--test/help_dialog.html2
-rw-r--r--test/images/fltk_animated.gif (renamed from test/pixmaps/fltk_animated.gif)bin116547 -> 116547 bytes
-rw-r--r--test/images/fltk_animated2.gif (renamed from test/pixmaps/fltk_animated2.gif)bin12618 -> 12618 bytes
-rw-r--r--test/images/fltk_animated3.gif (renamed from test/pixmaps/fltk_animated3.gif)bin60554 -> 60554 bytes
5 files changed, 2 insertions, 2 deletions
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:
<TD><IMG SRC="images/tiny.png" alt="Tiny FLTK logo"></TD>
<TD>Tiny FLTK logo.</TD>
</TR><TR>
- <TD><IMG SRC="pixmaps/fltk_animated.gif" WIDTH="200" HEIGHT="50" alt="Animated FLTK logo"></TD>
+ <TD><IMG SRC="images/fltk_animated.gif" WIDTH="200" HEIGHT="50" alt="Animated FLTK logo"></TD>
<TD>Animated FLTK logo.</TD>
</TR><TR>
<TD><IMG SRC="images/Fl_Value_Input.png" alt="Fl_Value_Input"></TD>
diff --git a/test/pixmaps/fltk_animated.gif b/test/images/fltk_animated.gif
index bff543a05..bff543a05 100644
--- a/test/pixmaps/fltk_animated.gif
+++ b/test/images/fltk_animated.gif
Binary files differ
diff --git a/test/pixmaps/fltk_animated2.gif b/test/images/fltk_animated2.gif
index 52b8a8359..52b8a8359 100644
--- a/test/pixmaps/fltk_animated2.gif
+++ b/test/images/fltk_animated2.gif
Binary files differ
diff --git a/test/pixmaps/fltk_animated3.gif b/test/images/fltk_animated3.gif
index 8656c4d6a..8656c4d6a 100644
--- a/test/pixmaps/fltk_animated3.gif
+++ b/test/images/fltk_animated3.gif
Binary files differ