diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-23 19:28:27 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-23 19:28:27 +0100 |
| commit | 70bdf692794f228b25354c6b3d7c1ead872902ee (patch) | |
| tree | d946545f414ec3367ec362706c78e265e11f4e2a /examples/animgifimage-simple.cxx | |
| parent | 9f87af8ad9a3d8112518b6bbb5b6075881a5b9a2 (diff) | |
Move animated gif images to the test/images folder
... to make them accessible to the help_dialog test if built with CMake.
Diffstat (limited to 'examples/animgifimage-simple.cxx')
| -rw-r--r-- | examples/animgifimage-simple.cxx | 2 |
1 files changed, 1 insertions, 1 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); |
