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

Change posix juce_readFile to always return >= 0. Sorted out a casting error in carbon AU plugins. Tidied up a bunch of win32 warnings.

This commit is contained in:
Julian Storer 2010-03-22 21:05:42 +00:00
parent 49320b25d2
commit f316faaa04
30 changed files with 270 additions and 438 deletions

View file

@ -785,7 +785,7 @@ public:
setBounds (wx, wy, w, h, false);
}
void setBounds (int x, int y, int w, int h, const bool isNowFullScreen)
void setBounds (int x, int y, int w, int h, bool isNowFullScreen)
{
fullScreen = isNowFullScreen;