Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_ops.c
| Context not available. | |||||
| /* implementation note: a disappearing region needs at least 1 last draw with 100% backbuffer | /* implementation note: a disappearing region needs at least 1 last draw with 100% backbuffer | ||||
| * texture over it- then triple buffer will clear it entirely. | * texture over it- then triple buffer will clear it entirely. | ||||
| * This because flag RGN_HIDDEN is set in end - region doesnt draw at all then */ | * This because flag RGN_HIDDEN is set in end - region doesn't draw at all then */ | ||||
| typedef struct RegionAlphaInfo { | typedef struct RegionAlphaInfo { | ||||
| ScrArea *sa; | ScrArea *sa; | ||||
| Context not available. | |||||