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
|
|
@ -2443,12 +2443,6 @@ void Desktop::allowedOrientationsChanged()
|
|||
getEnv()->CallVoidMethod (activity.get(), AndroidActivity.setRequestedOrientation, getAndroidOrientationFlag (allowedOrientations));
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
bool detail::WindowingHelpers::areThereAnyAlwaysOnTopWindows()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
#define JNI_CLASS_MEMBERS(METHOD, STATICMETHOD, FIELD, STATICFIELD, CALLBACK) \
|
||||
METHOD (create, "<init>", "()V") \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue