From 1576d7c24e4d76dc6a50e44764e58924e1a39eab Mon Sep 17 00:00:00 2001 From: "saari%netscape.com" Date: Thu, 3 Dec 1998 04:26:46 +0000 Subject: [PATCH] Mac - Temporarly turning off the passing down of rendering contexts to children during updates to facilitate a hack that improves rendering. The hack is getting around the Windows centric XP code. --- widget/src/mac/nsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/mac/nsWindow.cpp b/widget/src/mac/nsWindow.cpp index 7146c94685af..c9a89da96fd0 100644 --- a/widget/src/mac/nsWindow.cpp +++ b/widget/src/mac/nsWindow.cpp @@ -730,7 +730,7 @@ NS_IMETHODIMP nsWindow::Update(nsIRenderingContext* aRenderingContext) do { if (NS_SUCCEEDED(children->CurrentItem((nsISupports **)&child))) { - child->Update(renderingContext); + child->Update(/*renderingContext*/); } } while (NS_SUCCEEDED(children->Next()));