mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Implemented callbacks on the Mac when screen sizes change. Minor clean-ups.
This commit is contained in:
parent
85aeeea1e9
commit
0d412ad346
15 changed files with 340 additions and 417 deletions
|
|
@ -42,10 +42,6 @@ BEGIN_JUCE_NAMESPACE
|
|||
#include "../gui/components/lookandfeel/juce_LookAndFeel.h"
|
||||
#endif
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
extern void juce_shutdownWin32Sockets(); // (defined in the sockets code)
|
||||
#endif
|
||||
|
||||
#if JUCE_DEBUG
|
||||
extern void juce_CheckForDanglingStreams(); // (in juce_OutputStream.cpp)
|
||||
#endif
|
||||
|
|
@ -101,10 +97,6 @@ JUCE_API void JUCE_CALLTYPE shutdownJuce_NonGUI()
|
|||
LocalisedStrings::setCurrentMappings (0);
|
||||
Thread::stopAllThreads (3000);
|
||||
|
||||
#if JUCE_WINDOWS
|
||||
juce_shutdownWin32Sockets();
|
||||
#endif
|
||||
|
||||
#if JUCE_DEBUG
|
||||
juce_CheckForDanglingStreams();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue