mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ScopedDPIAwarenessDisabler: Move to juce_gui_basics
This commit is contained in:
parent
8b45ff83e2
commit
4e694c96b3
6 changed files with 37 additions and 44 deletions
|
|
@ -371,3 +371,9 @@ namespace juce
|
|||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
#if ! JUCE_WINDOWS
|
||||
juce::ScopedDPIAwarenessDisabler::ScopedDPIAwarenessDisabler() { ignoreUnused (previousContext); }
|
||||
juce::ScopedDPIAwarenessDisabler::~ScopedDPIAwarenessDisabler() {}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue