From a967e02c6163c7b12d3b09ba448a18a2677e07c0 Mon Sep 17 00:00:00 2001 From: "timeless@mozdev.org" Date: Sat, 4 Dec 2010 11:06:53 +0100 Subject: [PATCH] Bug 615359 CheckForFullscreenWindow is only used ifdef XP_WIN r=neil --HG-- extra : rebase_source : c9d1bc55b9f4dee9a17e4e58f73fecfbf73a1104 --- xpfe/appshell/src/nsAppShellService.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpfe/appshell/src/nsAppShellService.cpp b/xpfe/appshell/src/nsAppShellService.cpp index 4db598a06f3..9f909012add 100644 --- a/xpfe/appshell/src/nsAppShellService.cpp +++ b/xpfe/appshell/src/nsAppShellService.cpp @@ -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