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

@ -111,6 +111,13 @@
#define JUCE_USE_XCURSOR 1
#endif
/** Config: JUCE_WIN_PER_MONITOR_DPI_AWARE
Enables per-monitor DPI awareness on Windows 8.1 and above.
*/
#ifndef JUCE_WIN_PER_MONITOR_DPI_AWARE
#define JUCE_WIN_PER_MONITOR_DPI_AWARE 1
#endif
//==============================================================================
namespace juce
{