Documentation: complete doc of Fl_Image_Surface::offscreen()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12875 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
9c389d34f9
commit
cd3d1f9dd5
@ -72,7 +72,8 @@ void Fl_Image_Surface::untranslate() {
|
||||
}
|
||||
|
||||
/** Returns the Fl_Offscreen object associated to the image surface.
|
||||
The returned Fl_Offscreen object is deleted when the Fl_Image_Surface object is deleted.
|
||||
The returned Fl_Offscreen object is deleted when the Fl_Image_Surface object is deleted,
|
||||
unless the Fl_Image_Surface was constructed with non-null Fl_Offscreen argument.
|
||||
*/
|
||||
Fl_Offscreen Fl_Image_Surface::offscreen() {
|
||||
return platform_surface ? platform_surface->offscreen : (Fl_Offscreen)0;
|
||||
|
Loading…
Reference in New Issue
Block a user