From 4ede9cec29698d2ca3b195e764f228c0da44e02c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 7 May 2018 13:43:28 +0000 Subject: New Fl_Image_Surface::rescale() class function and document equivalence between Fl_Offscreen-based and Fl_Image_Surface-based approaches. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12907 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/drawing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src') diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index d93f1bfe4..046963fb7 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -1156,7 +1156,7 @@ 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) +void fl_rescale_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. -- cgit v1.2.3