summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-03-11 14:49:09 +0000
committerManolo Gouy <Manolo>2018-03-11 14:49:09 +0000
commitd8d04bf772e1d98e87d3c383c603ee8db6e69301 (patch)
treeb241d6c58b116740af64a9e15b209bd8e1cc84da /documentation
parente82e430c3b764e869b5592bb456bf0a76a8d74e2 (diff)
Documentation: homogenize to 'scale factor' and 'drawing unit'
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12737 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/drawing.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index c6e8e8843..178843f2c 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -1154,6 +1154,10 @@ void fl_copy_offscreen(int x, int y, int w, int h, Fl_Offscreen osrc, int srcx,
Copy a rectangular area of the size \p w*h from \p srcx,srcy
in the offscreen buffer into the current drawing surface at \p x,y.
+void fl_scale_offscreen(Fl_Offscreen &osrc)
+\par
+Adapts the offscreen's size in pixels to a changed value of the scale factor
+while keeping the offscreen's graphical content.
\htmlonly
<hr>