diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:57:41 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:57:41 +0100 |
| commit | e3e195a09cdf86c5cb7a395a9740de1b0109fbfd (patch) | |
| tree | 759021bc56af6bc37e87e47c0906b7cb0c20d6bd /src/Fl_Image.cxx | |
| parent | a67a9b0f589d41e281a5c6e5a860d761bf365217 (diff) | |
Use \deprecated Doxygen command where necessary
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 78ae1ce64..f4bf30b3e 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -282,11 +282,11 @@ void Fl_Image::scale(int width, int height, int proportional, int can_expand) } /** Draw the image to the current drawing surface rescaled to a given width and height. - Deprecated. Only for API compatibility with FLTK 1.3.4. Intended for internal use by the FLTK library. \param X,Y position of the image's top-left \param W,H width and height for the drawn image \return 1 + \deprecated Only for API compatibility with FLTK 1.3.4. */ int Fl_Image::draw_scaled(int X, int Y, int W, int H) { // transiently set image drawing size to WxH |
