From 8716e7650bc1269d7547e1663fbee61953d0a59b Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Wed, 9 Dec 1998 10:18:50 +0000 Subject: [PATCH] removed saari's hacks --- widget/src/mac/nsWindow.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/widget/src/mac/nsWindow.h b/widget/src/mac/nsWindow.h index 3b7040719122..0571a8fe4b14 100644 --- a/widget/src/mac/nsWindow.h +++ b/widget/src/mac/nsWindow.h @@ -174,13 +174,8 @@ protected: protected: RgnHandle mWindowRegion; // the region defining this window WindowPtr mWindowPtr; - PRBool mPainting; + PRBool mDrawing; PRBool mDestroyCalled; - - // Absolutely, positively, the region of this widget in GrafPort relative coords - RgnHandle mMacPortRelativeRegion; - PRInt32 mMacPortRelativeX; - PRInt32 mMacPortRelativeY; }; // =============================================================================