1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
This commit is contained in:
jules 2007-08-14 19:34:52 +00:00
parent 2c1b03cbf1
commit 33995f3796
18 changed files with 1166 additions and 915 deletions

View file

@ -127,6 +127,8 @@ MainHostWindow::MainHostWindow()
knownPluginList.addChangeListener (this);
addKeyListener (commandManager->getKeyMappings());
Process::setPriority (Process::HighPriority);
}
MainHostWindow::~MainHostWindow()