From c2b5ee5c2bc2e4acc99fff030d01f8537fb29564 Mon Sep 17 00:00:00 2001 From: kmcclusk Date: Tue, 9 Jun 1998 21:02:19 +0000 Subject: [PATCH] Added mBounds field git-svn-id: svn://10.0.0.236/trunk@3558 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/motif/nsWindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/widget/src/motif/nsWindow.h b/mozilla/widget/src/motif/nsWindow.h index 98cabc9aa30..6be2c36b0da 100644 --- a/mozilla/widget/src/motif/nsWindow.h +++ b/mozilla/widget/src/motif/nsWindow.h @@ -137,6 +137,7 @@ protected: nscolor mForeground; nsCursor mCursor; nsBorderStyle mBorderStyle; + nsRect mBounds; };