From 1635c6d0545f9722f667803feb17a371dc177f84 Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Tue, 29 Jan 2002 23:24:00 +0000 Subject: [PATCH] Bug #121246. Fix rendering problems with text areas and menus. Not part of the build. --- widget/src/gtk2/nsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/gtk2/nsWindow.cpp b/widget/src/gtk2/nsWindow.cpp index 6addb6e8b6e5..1ae79f1c7450 100644 --- a/widget/src/gtk2/nsWindow.cpp +++ b/widget/src/gtk2/nsWindow.cpp @@ -495,7 +495,7 @@ nsWindow::InvalidateRegion(const nsIRegion* aRegion, PRBool aIsSynchronous) { GdkRegion *region = nsnull; - aRegion->GetNativeRegion((void *)region); + aRegion->GetNativeRegion((void *&)region); if (region) { GdkRectangle rect;