mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
WindowUtils: Make areThereAnyAlwaysOnTopWindows() public
This commit is contained in:
parent
ad59f71b99
commit
53bfd5b16d
22 changed files with 257 additions and 69 deletions
|
|
@ -97,7 +97,7 @@ struct AlertWindowHelpers
|
|||
alert->setCentrePosition (parent->getLocalBounds().getCentre());
|
||||
}
|
||||
|
||||
alert->setAlwaysOnTop (detail::WindowingHelpers::areThereAnyAlwaysOnTopWindows());
|
||||
alert->setAlwaysOnTop (WindowUtils::areThereAnyAlwaysOnTopWindows());
|
||||
|
||||
return alert;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,8 +32,6 @@ struct WindowingHelpers
|
|||
|
||||
static Image createIconForFile (const File& file);
|
||||
|
||||
static bool areThereAnyAlwaysOnTopWindows();
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
static bool isEmbeddedInForegroundProcess (Component* c);
|
||||
static bool isWindowOnCurrentVirtualDesktop (void*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue