зеркало из https://github.com/mozilla/pjs.git
Added GetDepth
This commit is contained in:
Родитель
0a696b8301
Коммит
3a6891de46
|
@ -83,6 +83,7 @@ public:
|
|||
NS_IMETHOD LoadIconImage(PRInt32 aId, nsIImage*& aImage);
|
||||
NS_IMETHOD CheckFontExistence(const char * aFontName);
|
||||
NS_IMETHOD CreateILColorSpace(IL_ColorSpace*& aColorSpace);
|
||||
NS_IMETHOD GetDepth(PRUint32& aDepth);
|
||||
|
||||
protected:
|
||||
~nsDeviceContextMac();
|
||||
|
|
|
@ -83,6 +83,7 @@ public:
|
|||
NS_IMETHOD LoadIconImage(PRInt32 aId, nsIImage*& aImage);
|
||||
NS_IMETHOD CheckFontExistence(const char * aFontName);
|
||||
NS_IMETHOD CreateILColorSpace(IL_ColorSpace*& aColorSpace);
|
||||
NS_IMETHOD GetDepth(PRUint32& aDepth);
|
||||
|
||||
protected:
|
||||
~nsDeviceContextMac();
|
||||
|
|
Загрузка…
Ссылка в новой задаче