diff options
| -rw-r--r-- | examples/animgifimage-simple.cxx | 2 | ||||
| -rw-r--r-- | test/help_dialog.html | 2 | ||||
| -rw-r--r-- | test/images/fltk_animated.gif (renamed from test/pixmaps/fltk_animated.gif) | bin | 116547 -> 116547 bytes | |||
| -rw-r--r-- | test/images/fltk_animated2.gif (renamed from test/pixmaps/fltk_animated2.gif) | bin | 12618 -> 12618 bytes | |||
| -rw-r--r-- | test/images/fltk_animated3.gif (renamed from test/pixmaps/fltk_animated3.gif) | bin | 60554 -> 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 Binary files differindex bff543a05..bff543a05 100644 --- a/test/pixmaps/fltk_animated.gif +++ b/test/images/fltk_animated.gif diff --git a/test/pixmaps/fltk_animated2.gif b/test/images/fltk_animated2.gif Binary files differindex 52b8a8359..52b8a8359 100644 --- a/test/pixmaps/fltk_animated2.gif +++ b/test/images/fltk_animated2.gif diff --git a/test/pixmaps/fltk_animated3.gif b/test/images/fltk_animated3.gif Binary files differindex 8656c4d6a..8656c4d6a 100644 --- a/test/pixmaps/fltk_animated3.gif +++ b/test/images/fltk_animated3.gif |
