1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Add support for DPI aware applications on Windows

This commit is contained in:
ed 2018-08-09 16:47:10 +01:00
parent b1b538a9b8
commit 68fe75742f
7 changed files with 792 additions and 205 deletions

View file

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