Added GetDepth

This commit is contained in:
kostello%netscape.com 1998-08-05 18:14:16 +00:00
parent 2377dcb73e
commit 82de4abf45
2 changed files with 2 additions and 0 deletions

View File

@ -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();

View File

@ -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();