mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Add some member variables
This commit is contained in:
parent
75ae342956
commit
944cdce122
@ -74,7 +74,7 @@ void nsImageUnix::ComputMetrics()
|
||||
|
||||
//------------------------------------------------------------
|
||||
|
||||
PRInt32 nsImageWin :: CalcBytesSpan(PRUint32 aWidth)
|
||||
PRInt32 nsImageUnix :: CalcBytesSpan(PRUint32 aWidth)
|
||||
{
|
||||
PRInt32 spanbytes;
|
||||
|
||||
|
@ -90,6 +90,7 @@ private:
|
||||
PRInt32 mRowBytes;
|
||||
Pixmap mThePixMap;
|
||||
PRUint8 mImageBits;
|
||||
PRInt32 mSizeImage;
|
||||
XImage *mImage ;
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user