Backing out fix for Bug 126066 because it broke -moz-outline: invert.

git-svn-id: svn://10.0.0.236/trunk@158272 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pkw%us.ibm.com
2004-06-21 22:32:12 +00:00
parent cef27120a5
commit 58b13279db

View File

@@ -993,7 +993,7 @@ NS_IMETHODIMP nsRenderingContextGTK::InvertRect(nscoord aX, nscoord aY, nscoord
// It's all way off the screen anyway.
ConditionRect(x,y,w,h);
mFunction = GDK_XOR;
mFunction = GDK_INVERT;
UpdateGC();