From 58b13279db6c8725408b8a04e98269b992f793ab 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. git-svn-id: svn://10.0.0.236/trunk@158272 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp b/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp index ec59eccad3c..26dbd411f96 100644 --- a/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp +++ b/mozilla/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();