summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-04-30 09:25:52 +0000
committerManolo Gouy <Manolo>2018-04-30 09:25:52 +0000
commit599909135bbae36f4fa1f294f7534826bac02eb7 (patch)
treee641a6a380ccba3c8963b997116b0996ce7f3128 /src
parent4ad52ebaf7a069e17f0dd10e2ba5de879d3f4719 (diff)
Extend documentation of fl_begin_offscreen()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12885 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-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 41c7c1eac..95cecf68a 100644
--- a/src/Fl_Image_Surface.cxx
+++ b/src/Fl_Image_Surface.cxx
@@ -173,6 +173,7 @@ void fl_delete_offscreen(Fl_Offscreen ctx) {
/** Send all subsequent drawing commands to this offscreen buffer.
\param ctx the offscreen buffer.
+ \note The \p ctx argument must have been created by fl_create_offscreen().
*/
void fl_begin_offscreen(Fl_Offscreen ctx) {
for (int i = 0; i < count_offscreens; i++) {