SOURCES: tmw-OpenGL.patch (NEW) - proper header includes for OpenG...

shadzik shadzik at pld-linux.org
Thu Oct 26 17:03:10 CEST 2006


Author: shadzik                      Date: Thu Oct 26 15:03:10 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper header includes for OpenGL support

---- Files affected:
SOURCES:
   tmw-OpenGL.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tmw-OpenGL.patch
diff -u /dev/null SOURCES/tmw-OpenGL.patch:1.1
--- /dev/null	Thu Oct 26 17:03:10 2006
+++ SOURCES/tmw-OpenGL.patch	Thu Oct 26 17:03:05 2006
@@ -0,0 +1,14 @@
+--- src/resources/image.h	2006-10-26 17:01:41.076883272 +0200
++++ src/resources/image.h-new	2006-10-26 17:01:56.607522256 +0200
+@@ -24,9 +24,9 @@
+ #ifndef _TMW_IMAGE_H
+ #define _TMW_IMAGE_H
+ 
+-#include <SDL.h>
++#include <SDL/SDL.h>
+ #ifdef USE_OPENGL
+-#include <SDL_opengl.h>
++#include <SDL/SDL_opengl.h>
+ #endif
+ 
+ #include "resource.h"
================================================================


More information about the pld-cvs-commit mailing list