зеркало из https://github.com/mozilla/gecko-dev.git
Add some member variables
This commit is contained in:
Родитель
75ae342956
Коммит
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 ;
|
||||
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче