updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kiki / kiki-1.0.2-freeglut.patch
blobaab70ba69b72686b6668e244d1e71625a89e0874
1 --- src/main/main.cpp.orig 2003-04-11 14:42:29.000000000 +0100
2 +++ src/main/main.cpp 2006-07-06 19:37:55.000000000 +0100
3 @@ -9,6 +9,7 @@
4 #include <math.h>
6 #include <SDL.h>
7 +#include <GL/glut.h>
8 #include "KikiController.h"
10 // __________________________________________________________________________________________________
11 @@ -19,6 +20,8 @@
12 int width, height;
13 SDL_Surface * screen;
15 + glutInit(&argc, argv);
17 // initialize SDL
18 if ( SDL_Init(SDL_INIT_VIDEO | SDL_INIT_VIDEO) < 0 ) // SDL_INIT_TIMER