From 7c695f4829d8017a6b61e4bd4ffbdad4944cb688 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Thu, 16 Nov 2000 23:02:24 +0000 Subject: [PATCH] attempt to fix bustage git-svn-id: svn://10.0.0.236/trunk@82706 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/gtk/nsLookAndFeel.cpp | 2 +- mozilla/widget/src/mac/nsLookAndFeel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/widget/src/gtk/nsLookAndFeel.cpp b/mozilla/widget/src/gtk/nsLookAndFeel.cpp index 1f467339732..0607d390b41 100644 --- a/mozilla/widget/src/gtk/nsLookAndFeel.cpp +++ b/mozilla/widget/src/gtk/nsLookAndFeel.cpp @@ -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: diff --git a/mozilla/widget/src/mac/nsLookAndFeel.cpp b/mozilla/widget/src/mac/nsLookAndFeel.cpp index e4b4a9a0c13..e8d82c932ff 100644 --- a/mozilla/widget/src/mac/nsLookAndFeel.cpp +++ b/mozilla/widget/src/mac/nsLookAndFeel.cpp @@ -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: