mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 04:55:03 +00:00
projectM test was disabled. now it probably works again
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1030 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#include "getConfigFilename.h"
|
||||
|
||||
//FIXME: these don't have to be global
|
||||
//projectM *globalPM = NULL;
|
||||
projectM *globalPM = NULL;
|
||||
int wvw, wvh, fvw, fvh;
|
||||
bool fullscreen;
|
||||
|
||||
@ -41,7 +41,7 @@ void renderLoop();
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/*
|
||||
|
||||
// fix `fullscreen quit kills mouse` issue.
|
||||
atexit(SDL_Quit);
|
||||
|
||||
@ -66,7 +66,7 @@ int main(int argc, char **argv)
|
||||
renderLoop();
|
||||
|
||||
// not reached
|
||||
*/
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user