Bug 615359 CheckForFullscreenWindow is only used ifdef XP_WIN

r=neil

--HG--
extra : rebase_source : c9d1bc55b9f4dee9a17e4e58f73fecfbf73a1104
This commit is contained in:
timeless@mozdev.org 2010-12-04 11:06:53 +01:00
parent 79a99ff93e
commit a967e02c61

View File

@ -287,6 +287,7 @@ nsAppShellService::CalculateWindowZLevel(nsIXULWindow *aParent,
return zLevel;
}
#ifdef XP_WIN
/*
* Checks to see if any existing window is currently in fullscreen mode.
*/
@ -323,6 +324,7 @@ CheckForFullscreenWindow()
}
return PR_FALSE;
}
#endif
/*
* Just do the window-making part of CreateTopLevelWindow