mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Revert "Windows: Use new window hit-testing API to implement Windows window-management features like Aero Snap"
This reverts commit adc63cecb1.
Reverting this commit is only a temporary measure to facilitate a stable
release of JUCE 8. Further work on this feature will continue on
develop, and will likely be included in a future release of JUCE 8.
This commit is contained in:
parent
9c192940e0
commit
e8b38b8922
3 changed files with 143 additions and 284 deletions
|
|
@ -376,7 +376,7 @@ bool Desktop::isHeadless() const noexcept
|
|||
|
||||
bool Desktop::supportsBorderlessNonClientResize() const
|
||||
{
|
||||
#if JUCE_WINDOWS || JUCE_MAC
|
||||
#if JUCE_MAC
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue