From a0c84822c9599fd09e145cf36c4e85b166ac96eb Mon Sep 17 00:00:00 2001 From: "pkw%us.ibm.com" Date: Mon, 21 Jun 2004 22:32:12 +0000 Subject: [PATCH] Backing out fix for Bug 126066 because it broke -moz-outline: invert. --- gfx/src/gtk/nsRenderingContextGTK.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/gtk/nsRenderingContextGTK.cpp b/gfx/src/gtk/nsRenderingContextGTK.cpp index ec59eccad3c..26dbd411f96 100644 --- a/gfx/src/gtk/nsRenderingContextGTK.cpp +++ b/gfx/src/gtk/nsRenderingContextGTK.cpp @@ -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();