From a05b6199fc156a54ed3010ff44199e9d66c1b280 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Apr 2019 12:52:50 +0200 Subject: Cleanup: correct comment --- source/blender/editors/screen/screen_ops.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c index 9b69c6dbf93..9a7957815a1 100644 --- a/source/blender/editors/screen/screen_ops.c +++ b/source/blender/editors/screen/screen_ops.c @@ -4721,12 +4721,13 @@ static void SCREEN_OT_delete(wmOperatorType *ot) /* -------------------------------------------------------------------- */ /** \name Region Alpha Blending Operator + * + * Implementation note: a disappearing region needs at least 1 last draw with + * 100% backbuffer texture over it - then triple buffer will clear it entirely. + * This because flag #RGN_FLAG_HIDDEN is set in end - region doesn't draw at all then. + * * \{ */ -/* implementation note: a disappearing region needs at least 1 last draw with 100% backbuffer - * texture over it- then triple buffer will clear it entirely. - * This because flag RGN_HIDDEN is set in end - region doesn't draw at all then */ - typedef struct RegionAlphaInfo { ScrArea *sa; ARegion *ar, *child_ar; /* other region */ -- cgit v1.2.3