diff options
Diffstat (limited to 'games/diameter/files/patch-src-gra-2d-gui.h')
-rw-r--r-- | games/diameter/files/patch-src-gra-2d-gui.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/diameter/files/patch-src-gra-2d-gui.h b/games/diameter/files/patch-src-gra-2d-gui.h new file mode 100644 index 000000000000..c765c06b263f --- /dev/null +++ b/games/diameter/files/patch-src-gra-2d-gui.h @@ -0,0 +1,19 @@ +--- src/gra/2d/gui.h.orig Thu Jun 22 17:11:02 2006 ++++ src/gra/2d/gui.h Tue Sep 26 21:23:20 2006 +@@ -4,6 +4,7 @@ + #include <guichan.hpp> + #include <guichan/sdl.hpp> + #include <guichan/opengl.hpp> ++#include <guichan/opengl/openglsdlimageloader.hpp> + #include <GL/gl.h> + #include <sstream> + +@@ -17,7 +18,7 @@ + { + gcn::SDLInput* input; + gcn::OpenGLGraphics* graphics; +-gcn::OpenGLImageLoader* imageLoader; ++gcn::OpenGLSDLImageLoader* imageLoader; + gcn::SDLImageLoader* hostImageLoader; + + /* |