Mercurial > hg > sonic-visualiser
diff main/main.cpp @ 376:210a409e135a
* Minor fixes from Win32 build
author | Chris Cannam |
---|---|
date | Mon, 18 Oct 2010 12:45:14 +0100 |
parents | 3bb7eef5d45c |
children | 3d1c69b2215e |
line wrap: on
line diff
--- a/main/main.cpp Fri Oct 08 13:31:00 2010 +0100 +++ b/main/main.cpp Mon Oct 18 12:45:14 2010 +0100 @@ -209,6 +209,8 @@ int main(int argc, char **argv) { + svSystemSpecificInitialisation(); + #ifdef Q_WS_X11 #if QT_VERSION >= 0x040500 // QApplication::setGraphicsSystem("raster"); @@ -227,8 +229,6 @@ signal(SIGQUIT, signalHandler); #endif - svSystemSpecificInitialisation(); - bool audioOutput = true; bool oscSupport = true;