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

Implemented callbacks on the Mac when screen sizes change. Minor clean-ups.

This commit is contained in:
Julian Storer 2011-03-06 21:12:20 +00:00
parent 85aeeea1e9
commit 0d412ad346
15 changed files with 340 additions and 417 deletions

View file

@ -2690,7 +2690,7 @@ void juce_windowMessageReceive (XEvent* event)
}
//==============================================================================
void juce_updateMultiMonitorInfo (Array <Rectangle<int> >& monitorCoords, const bool /*clipToWorkArea*/)
void Desktop::getCurrentMonitorPositions (Array <Rectangle<int> >& monitorCoords, const bool /*clipToWorkArea*/)
{
if (display == 0)
return;