mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Windows: Added ScopedThreadDPIAwarenessSetter for correctly setting and resetting thread DPI-awareness for methods which interact with an HWND and removed some DPI workarounds
This commit is contained in:
parent
3a0af69eff
commit
f6338c0f8e
11 changed files with 236 additions and 157 deletions
1
modules/juce_gui_extra/juce_gui_extra.cpp
Normal file → Executable file
1
modules/juce_gui_extra/juce_gui_extra.cpp
Normal file → Executable file
|
|
@ -39,6 +39,7 @@
|
|||
#define JUCE_EVENTS_INCLUDE_WIN32_MESSAGE_WINDOW 1
|
||||
#define JUCE_GRAPHICS_INCLUDE_COREGRAPHICS_HELPERS 1
|
||||
#define JUCE_GUI_BASICS_INCLUDE_XHEADERS 1
|
||||
#define JUCE_GUI_BASICS_INCLUDE_SCOPED_THREAD_DPI_AWARENESS_SETTER 1
|
||||
|
||||
#ifndef JUCE_PUSH_NOTIFICATIONS
|
||||
#define JUCE_PUSH_NOTIFICATIONS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue