The R Project SVN R

Rev

Rev 15321 | Rev 15641 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15321 Rev 15394
Line 1643... Line 1643...
1643
		      R_GREEN(xd->bg),
1643
		      R_GREEN(xd->bg),
1644
		      R_BLUE(xd->bg));
1644
		      R_BLUE(xd->bg));
1645
    if (xd->kind!=SCREEN) {
1645
    if (xd->kind!=SCREEN) {
1646
	xd->needsave = TRUE;
1646
	xd->needsave = TRUE;
1647
	xd->clip = getrect(xd->gawin);
1647
	xd->clip = getrect(xd->gawin);
-
 
1648
	if(xd->bg != R_RGB(255,255,255))
1648
	DRAW(gfillrect(_d, xd->bgcolor, xd->clip));
1649
	    DRAW(gfillrect(_d, xd->bgcolor, xd->clip));
1649
    } else {
1650
    } else {
1650
	xd->clip = getregion(xd);
1651
	xd->clip = getregion(xd);
1651
	DRAW(gfillrect(_d, xd->bgcolor, xd->clip));
1652
	DRAW(gfillrect(_d, xd->bgcolor, xd->clip));
1652
    }
1653
    }
1653
}
1654
}