changes for cocoa product to build and run and coexist in the tree with carbon. r=cls/sr=hyatt, bug# 111230

git-svn-id: svn://10.0.0.236/trunk@112880 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
2002-01-25 22:01:41 +00:00
parent 0d04e79f72
commit 64fdca15fd
8 changed files with 24 additions and 12 deletions

View File

@@ -3841,10 +3841,9 @@ nsCSSFrameConstructor::HasGfxScrollbars()
}
}
//return mHasGfxScrollbars;
// we no longer support native scrollbars. Except in form elements. So
// we always return true
return PR_TRUE;
// while we don't support native scrollbars for Seamonkey, some embedding
// clients demand them (but may still want XUL). Give them that option.
return mHasGfxScrollbars;
}
PRBool