1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34: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

@ -617,7 +617,7 @@ void juce_setKioskComponent (Component* kioskModeComponent, bool enableOrDisable
}
//==============================================================================
void juce_updateMultiMonitorInfo (Array <Rectangle<int> >& monitorCoords, const bool clipToWorkArea)
void Desktop::getCurrentMonitorPositions (Array <Rectangle<int> >& monitorCoords, const bool clipToWorkArea)
{
monitorCoords.add (Rectangle<int> (0, 0, android.screenWidth, android.screenHeight));
}