mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tidied up some whitespace
This commit is contained in:
parent
d77dae186d
commit
6b8b728d1e
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ extern void juce_repeatLastProcessPriority();
|
|||
extern void juce_checkCurrentlyFocusedTopLevelWindow(); // in juce_TopLevelWindow.cpp
|
||||
extern bool juce_isRunningInWine();
|
||||
|
||||
using CheckEventBlockedByModalComps = bool (*)(const MSG&);
|
||||
using CheckEventBlockedByModalComps = bool (*) (const MSG&);
|
||||
extern CheckEventBlockedByModalComps isEventBlockedByModalComps;
|
||||
|
||||
static bool shouldDeactivateTitleBar = true;
|
||||
|
|
@ -536,7 +536,7 @@ JUCE_API double getScaleFactorForWindow (HWND h)
|
|||
hasChecked = true;
|
||||
|
||||
if (localGetDPIForWindow == nullptr)
|
||||
localGetDPIForWindow = (GetDPIForWindowFunc)getUser32Function ("GetDpiForWindow");
|
||||
localGetDPIForWindow = (GetDPIForWindowFunc) getUser32Function ("GetDpiForWindow");
|
||||
}
|
||||
|
||||
if (localGetDPIForWindow != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue