Browse Source

Tweak the scaling() comment

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10269 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/49/head
Lauri Kasanen 11 years ago
parent
commit
e521c16ab3
  1. 2
      FL/Fl_Image.H

2
FL/Fl_Image.H

@ -240,7 +240,7 @@ public:
*/ */
static size_t max_size() {return max_size_;} static size_t max_size() {return max_size_;}
/** Sets the currently used scaling method. /** Sets the scaling method used for copy(int, int).
Applies to all RGB images, defaults to FL_SCALING_NEAREST. Applies to all RGB images, defaults to FL_SCALING_NEAREST.
*/ */
static void scaling(Fl_RGB_Scaling); static void scaling(Fl_RGB_Scaling);

Loading…
Cancel
Save