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

Reapply "Windows: Use new window hit-testing API to implement Windows window-management features like Aero Snap"

This reverts commit 086e2264895fa40059c451603abd491fb41f4558.
This commit is contained in:
reuk 2024-06-10 14:27:23 +01:00
parent 01cacf2958
commit 467f20a7a1
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
3 changed files with 284 additions and 142 deletions

View file

@ -376,7 +376,7 @@ bool Desktop::isHeadless() const noexcept
bool Desktop::supportsBorderlessNonClientResize() const
{
#if JUCE_MAC
#if JUCE_WINDOWS || JUCE_MAC
return true;
#else
return false;