diff options
Diffstat (limited to 'src/Fl_Image_Surface.cxx')
| -rw-r--r-- | src/Fl_Image_Surface.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_Image_Surface.cxx b/src/Fl_Image_Surface.cxx index 75de6c790..6dcb3ba17 100644 --- a/src/Fl_Image_Surface.cxx +++ b/src/Fl_Image_Surface.cxx @@ -91,7 +91,8 @@ int Fl_Image_Surface_Driver::printable_rect(int *w, int *h) { \endcond */ -/** Returns an image made of all drawings sent to the Fl_Image_Surface object. +/** Returns a depth 3 image made of all drawings sent to the Fl_Image_Surface object. + The returned object contains its own copy of the RGB data. The caller is responsible for deleting the image. */ |
