From c73ff1c66dcd812c5e95217686ec57800fa3af2d Mon Sep 17 00:00:00 2001 From: psperl Date: Fri, 15 Jun 2007 02:44:37 +0000 Subject: [PATCH] PJS: license for fftsg and more specific events git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@183 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-engine/event.h | 1 + src/projectM-engine/fftsg.cpp | 8 ++++++++ src/projectM-engine/sdltoprojectM.h | 3 +-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/projectM-engine/event.h b/src/projectM-engine/event.h index 280b1a037..c480926e3 100755 --- a/src/projectM-engine/event.h +++ b/src/projectM-engine/event.h @@ -35,6 +35,7 @@ typedef enum { PROJECTM_KEYUP, PROJECTM_KEYDOWN, PROJECTM_VIDEORESIZE, + PROJECTM_VIDEOQUIT, } projectMEvent; typedef enum { diff --git a/src/projectM-engine/fftsg.cpp b/src/projectM-engine/fftsg.cpp index d005f77c5..affe9c751 100755 --- a/src/projectM-engine/fftsg.cpp +++ b/src/projectM-engine/fftsg.cpp @@ -1,4 +1,12 @@ /* +License + + Copyright Takuya OOURA, 1996-2001 + + You may use, copy, modify and distribute this code for any purpose (include commercial use) and without fee. Please refer to this package when you modify this code. + + + Fast Fourier/Cosine/Sine Transform dimension :one data length :power of 2 diff --git a/src/projectM-engine/sdltoprojectM.h b/src/projectM-engine/sdltoprojectM.h index dd9e77e38..2e25a1d54 100755 --- a/src/projectM-engine/sdltoprojectM.h +++ b/src/projectM-engine/sdltoprojectM.h @@ -35,9 +35,8 @@ #ifndef _SDLTOPROJECTM_H #define _SDLTOPROJECTM_H -#include "event.h" +#include "libprojectM/event.h" - //#include "projectM/projectM.h" #ifdef WIN32 #include #else