Fixing my bustage.

This commit is contained in:
roc+%cs.cmu.edu 2006-01-26 03:00:06 +00:00
parent 700176de28
commit ff88946009

View File

@ -237,6 +237,7 @@ nsThebesRenderingContext::SetTranslation(nscoord aX, nscoord aY)
mat->ToValues(&a, &b, &c, &d, &tx, &ty);
gfxMatrix newMat(a, b, c, d, aX, aY);
mThebes->SetMatrix(&newMat);
return NS_OK;
}
NS_IMETHODIMP