From a03ab3b4988f47237fbd3dabe1b6cbdbb9b03fde Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 8 Nov 2020 15:43:34 +0100 Subject: Clarify offscreen drawing documentation ... and rename drawing chapters (sections + subsections) according to our documentation conventions (prefix "drawing_"). documentation/make_pdf: fix copyright year. --- documentation/src/subclassing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src/subclassing.dox') diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox index f2a41472e..483473181 100644 --- a/documentation/src/subclassing.dox +++ b/documentation/src/subclassing.dox @@ -330,7 +330,7 @@ be redrawn, e.g. for an expose event. Expose events (and the \ref subclassing_damage "damage(mask,x,y,w,h)" function described above) will cause \p draw() to be called with FLTK's -\ref ssect_Clipping "clipping" +\ref drawing_clipping "clipping" turned on. You can greatly speed up redrawing in some cases by testing \p fl_not_clipped(x,y,w,h) or \p %fl_clip_box() and skipping invisible parts. -- cgit v1.2.3