From e521c16ab3b4350ee38e41e2be74005c1db8757b Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Wed, 3 Sep 2014 19:24:42 +0000 Subject: Tweak the scaling() comment git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10269 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Image.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 7a1f4fdbc..02e97e7a5 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -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); -- cgit v1.2.3