1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Fixes for mac screen-saver disabling and XML extended utf-8 character parsing.

This commit is contained in:
Julian Storer 2011-06-28 18:00:57 +01:00
parent 18c9aa8e62
commit 640ad3ac7b
7 changed files with 58 additions and 114 deletions

View file

@ -47,6 +47,8 @@ Desktop::Desktop()
Desktop::~Desktop()
{
setScreenSaverEnabled (true);
jassert (instance == this);
instance = nullptr;