Tweak the scaling() comment

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10269 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Lauri Kasanen 2014-09-03 19:24:42 +00:00
parent cce4cece01
commit e521c16ab3

View File

@ -240,7 +240,7 @@ public:
*/
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.
*/
static void scaling(Fl_RGB_Scaling);