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:
parent
b1b538a9b8
commit
68fe75742f
7 changed files with 792 additions and 205 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue