backing seth out, for blocker fixes

This commit is contained in:
darin%netscape.com 2003-03-24 23:20:04 +00:00
Родитель 26d35ef643
Коммит 1cc9401e27
2 изменённых файлов: 4 добавлений и 8 удалений

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

@ -585,10 +585,8 @@ SyncFrameViewGeometryDependentProperties(nsIPresContext* aPresContext,
aView->GetWidget(*getter_AddRefs(widget));
if (widget) {
// Enable translucency in the widget
NS_WARNING("Enabling window transparency");
// commented out, see bug #198946
//widget->SetWindowTranslucency(PR_TRUE);
//viewHasTransparentContent = PR_TRUE;
widget->SetWindowTranslucency(PR_TRUE);
viewHasTransparentContent = PR_TRUE;
}
}
}

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

@ -585,10 +585,8 @@ SyncFrameViewGeometryDependentProperties(nsIPresContext* aPresContext,
aView->GetWidget(*getter_AddRefs(widget));
if (widget) {
// Enable translucency in the widget
NS_WARNING("Enabling window transparency");
// commented out, see bug #198946
//widget->SetWindowTranslucency(PR_TRUE);
//viewHasTransparentContent = PR_TRUE;
widget->SetWindowTranslucency(PR_TRUE);
viewHasTransparentContent = PR_TRUE;
}
}
}