]> git.pld-linux.org Git - packages/tmw.git/commitdiff
- proper header includes for OpenGL support
authorshadzik <shadzik@pld-linux.org>
Thu, 26 Oct 2006 15:03:05 +0000 (15:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tmw-OpenGL.patch -> 1.1

tmw-OpenGL.patch [new file with mode: 0644]

diff --git a/tmw-OpenGL.patch b/tmw-OpenGL.patch
new file mode 100644 (file)
index 0000000..bd87b6b
--- /dev/null
@@ -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"
This page took 0.081464 seconds and 4 git commands to generate.