1
0
Fork 0
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:
reuk 2021-09-08 16:53:30 +01:00
parent 8b45ff83e2
commit 4e694c96b3
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
6 changed files with 37 additions and 44 deletions

View file

@ -106,7 +106,6 @@
#include "embedding/juce_NSViewComponent.h"
#include "embedding/juce_UIViewComponent.h"
#include "embedding/juce_XEmbedComponent.h"
#include "embedding/juce_ScopedDPIAwarenessDisabler.h"
#include "embedding/juce_HWNDComponent.h"
#include "misc/juce_AppleRemote.h"
#include "misc/juce_BubbleMessageComponent.h"