Add some member variables

This commit is contained in:
dcone 1998-06-17 20:35:21 +00:00
parent 75ae342956
commit 944cdce122
2 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void nsImageUnix::ComputMetrics()
//------------------------------------------------------------
PRInt32 nsImageWin :: CalcBytesSpan(PRUint32 aWidth)
PRInt32 nsImageUnix :: CalcBytesSpan(PRUint32 aWidth)
{
PRInt32 spanbytes;

View File

@ -90,6 +90,7 @@ private:
PRInt32 mRowBytes;
Pixmap mThePixMap;
PRUint8 mImageBits;
PRInt32 mSizeImage;
XImage *mImage ;
};