From 5e9d653ffdf7af8f20cc877ea68f007e78bac558 Mon Sep 17 00:00:00 2001 From: w1z7ard Date: Thu, 12 Jun 2008 20:29:54 +0000 Subject: [PATCH] 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 --- src/projectM-test/projectM-test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/projectM-test/projectM-test.cpp b/src/projectM-test/projectM-test.cpp index ab958784c..79f5baeba 100644 --- a/src/projectM-test/projectM-test.cpp +++ b/src/projectM-test/projectM-test.cpp @@ -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; }