This commit is contained in:
kostello%netscape.com 1998-08-05 18:12:41 +00:00
Родитель 881455e332
Коммит 0a696b8301
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -220,6 +220,8 @@ void nsDeviceContextMac::FlushFontCache()
}
nsIFontMetrics* nsDeviceContextMac::GetMetricsFor(const nsFont& aFont)
{
/*if (nsnull == mFontCache) {
@ -535,6 +537,12 @@ void nsDeviceContextMac :: InstallColormap()
#endif
}
NS_IMETHODIMP nsDeviceContextMac::GetDepth(PRUint32& aDepth)
{
aDepth = 24;
return NS_OK;
}
nsDrawingSurface nsDeviceContextMac :: GetDrawingSurface()
{
return nsnull;

Просмотреть файл

@ -220,6 +220,8 @@ void nsDeviceContextMac::FlushFontCache()
}
nsIFontMetrics* nsDeviceContextMac::GetMetricsFor(const nsFont& aFont)
{
/*if (nsnull == mFontCache) {
@ -535,6 +537,12 @@ void nsDeviceContextMac :: InstallColormap()
#endif
}
NS_IMETHODIMP nsDeviceContextMac::GetDepth(PRUint32& aDepth)
{
aDepth = 24;
return NS_OK;
}
nsDrawingSurface nsDeviceContextMac :: GetDrawingSurface()
{
return nsnull;