adjust a define for osx. r=saari/sr=hyatt, bug 75653.

git-svn-id: svn://10.0.0.236/trunk@92483 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 2001-04-17 01:50:50 +00:00
parent 9a09592520
commit d1e19460f7
2 changed files with 2 additions and 2 deletions

View File

@ -1793,7 +1793,7 @@ NS_IMETHODIMP nsPluginHostImpl::GetValue(nsPluginManagerVariable aVariable, void
NS_ENSURE_ARG_POINTER(aValue);
#ifdef XP_UNIX
#if defined(XP_UNIX) && !defined(MACOSX)
if (nsPluginManagerVariable_XDisplay == aVariable) {
Display** value = NS_REINTERPRET_CAST(Display**, aValue);
#if defined(MOZ_WIDGET_GTK)

View File

@ -1793,7 +1793,7 @@ NS_IMETHODIMP nsPluginHostImpl::GetValue(nsPluginManagerVariable aVariable, void
NS_ENSURE_ARG_POINTER(aValue);
#ifdef XP_UNIX
#if defined(XP_UNIX) && !defined(MACOSX)
if (nsPluginManagerVariable_XDisplay == aVariable) {
Display** value = NS_REINTERPRET_CAST(Display**, aValue);
#if defined(MOZ_WIDGET_GTK)