Fix for bug 115162 -- shrink data structures by converting PRBool to PRPackedBool. r=dp, sr=waterson

git-svn-id: svn://10.0.0.236/trunk@110496 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2001-12-14 23:13:08 +00:00
parent 2a5c9a8999
commit d35e1fa18c
12 changed files with 110 additions and 86 deletions

View File

@@ -94,9 +94,9 @@ public:
nsCOMPtr<nsIContent> mArea;
nscoord* mCoords;
PRInt32 mNumCoords;
PRBool mSuppressFeedback;
PRBool mHasURL;
PRBool mHasFocus;
PRPackedBool mSuppressFeedback;
PRPackedBool mHasURL;
PRPackedBool mHasFocus;
nsIFrame* mImageFrame;
};