attempt to fix bustage

This commit is contained in:
blakeross%telocity.com 2000-11-16 23:02:24 +00:00
parent 4a9b82a9e4
commit c7a7f43254
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
// we want XUL popups to be able to overlap the task bar.
aMetric = 1;
break;
case eMetric_DisplayFullWindow:
case eMetric_DragFullWindow:
aMetric = 1;
break;
default:

View File

@ -352,7 +352,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
// xul popups are not allowed to overlap the menubar.
aMetric = 0;
break;
case eMetric_DisplayFullWindow:
case eMetric_DragFullWindow:
aMetric = 0;
break;
default: