Bug 347854 - "UpdateTranslucentWindowAlphaInternal not defined in minimal profile" [p=romaxa r+sr=roc a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-11-13 08:12:12 -08:00
Родитель 2dde8b9ca8
Коммит c35b2ed3d3
2 изменённых файлов: 0 добавлений и 14 удалений

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

@ -3332,17 +3332,6 @@ nsWindow::EnsureGrabs(void)
GrabKeyboard();
}
#ifndef MOZ_XUL
void
nsWindow::ResizeTransparencyBitmap(PRInt32 aNewWidth, PRInt32 aNewHeight)
{
}
void
nsWindow::ApplyTransparencyBitmap()
{
}
#else
NS_IMETHODIMP
nsWindow::SetWindowTranslucency(PRBool aTranslucent)
{
@ -3563,7 +3552,6 @@ nsWindow::UpdateTranslucentWindowAlpha(const nsRect& aRect, PRUint8* aAlphas)
{
return UpdateTranslucentWindowAlphaInternal(aRect, aAlphas, aRect.width);
}
#endif
void
nsWindow::GrabPointer(void)

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

@ -341,13 +341,11 @@ public:
void ResizeTransparencyBitmap(PRInt32 aNewWidth, PRInt32 aNewHeight);
void ApplyTransparencyBitmap();
#ifdef MOZ_XUL
NS_IMETHOD SetWindowTranslucency(PRBool aTransparent);
NS_IMETHOD GetWindowTranslucency(PRBool& aTransparent);
nsresult UpdateTranslucentWindowAlphaInternal(const nsRect& aRect,
PRUint8* aAlphas, PRInt32 aStride);
NS_IMETHOD UpdateTranslucentWindowAlpha(const nsRect& aRect, PRUint8* aAlphas);
#endif
gfxASurface *GetThebesSurface();