summaryrefslogtreecommitdiff
path: root/src/Fl_Image_Surface.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-18 22:55:46 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-18 22:55:46 +0000
commitb86f2f735a004a66f62f70ec30aea01b828731bd (patch)
tree1352d35984db4800527aadce0b700bf4dfd42a13 /src/Fl_Image_Surface.cxx
parent884928f68c6403947abb65b246a3bb3f2b23d6bf (diff)
Replaced static initializer with Fl_OpenGL_Display_Device.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Image_Surface.cxx')
-rw-r--r--src/Fl_Image_Surface.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Image_Surface.cxx b/src/Fl_Image_Surface.cxx
index 79f5c28d3..7f6198967 100644
--- a/src/Fl_Image_Surface.cxx
+++ b/src/Fl_Image_Surface.cxx
@@ -82,6 +82,7 @@ Fl_Image_Surface::~Fl_Image_Surface() {
/** Returns an 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.
*/
Fl_RGB_Image* Fl_Image_Surface::image()
{