mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 13:04:28 +00:00
Make this symbol static to avoid clashes in a static build. Not part of the build.
This commit is contained in:
parent
338f8499f4
commit
c922258229
@ -84,7 +84,7 @@ static NS_DEFINE_CID(kCDragServiceCID, NS_DRAGSERVICE_CID);
|
||||
extern nsIRollupListener * gRollupListener;
|
||||
extern nsIWidget * gRollupWidget;
|
||||
|
||||
PRBool OnMacOSX();
|
||||
static PRBool OnMacOSX();
|
||||
|
||||
#define kWindowPositionSlop 20
|
||||
|
||||
@ -1539,7 +1539,7 @@ void nsCocoaWindow::IsActive(PRBool* aActive)
|
||||
//
|
||||
// Return true if we are on Mac OS X, caching the result after the first call
|
||||
//
|
||||
PRBool
|
||||
static PRBool
|
||||
OnMacOSX()
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user