Fix #22354, #22727, #22501: image window not display correct

renders with compositing and slots.
This commit is contained in:
2010-07-07 14:28:22 +00:00
parent 8476d5a2b3
commit 358738c1aa
3 changed files with 11 additions and 8 deletions

View File

@@ -130,8 +130,8 @@ typedef struct RenderResult {
/* for render results in Image, verify validity for sequences */
int framenr;
/* for acquire image, to indicate if it is compo/seq result */
int compo_seq;
/* for acquire image, to indicate if it there is a combined layer */
int have_combined;
/* render info text */
char *text;