Make project windows (possibly Linux) compatible

This commit is contained in:
Rolando Islas
2015-12-30 19:05:12 -07:00
parent 17affa1274
commit f9305ca0c5
3 changed files with 85 additions and 14 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ public:
LookAndFeel::setDefaultLookAndFeel (&lookAndFeel);
mainWindow = new IconMenu();
Process::setDockIconVisible(false);
#if JUCE_MAC
Process::setDockIconVisible(false);
#endif
File fileToOpen;