mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 615359 CheckForFullscreenWindow is only used ifdef XP_WIN
r=neil --HG-- extra : rebase_source : c9d1bc55b9f4dee9a17e4e58f73fecfbf73a1104
This commit is contained in:
parent
79a99ff93e
commit
a967e02c61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user