diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 08:51:42 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 08:51:42 +0100 |
| commit | 8038b1f1ade13ab560d9a1dee468816fcb82880d (patch) | |
| tree | d282e62e7814a492b94f258cd708e46a0861d33f /src/Fl_Image.cxx | |
| parent | 3d0b96b095443570831affbde4f0e3327c7d6295 (diff) | |
Update doc of Fl_Image::copy() after new Fl_Anim_GIF_Image class
Diffstat (limited to 'src/Fl_Image.cxx')
| -rw-r--r-- | src/Fl_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 6abd29f9d..2b86c3ab8 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -95,7 +95,7 @@ void Fl_Image::draw_empty(int X, int Y) { Note: the returned image can be safely cast to the same image type as that of the source image provided this type is one of Fl_RGB_Image, Fl_SVG_Image, - Fl_Pixmap, Fl_Bitmap, Fl_Tiled_Image, and Fl_Shared_Image. + Fl_Pixmap, Fl_Bitmap, Fl_Tiled_Image, Fl_Anim_GIF_Image and Fl_Shared_Image. Returned objects copied from images of other, derived, image classes belong to the parent class appearing in this list. For example, the copy of an Fl_GIF_Image is an object of class Fl_Pixmap. |
