summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/crystalspace/files/crystalspace-2.0-gcc52.patch')
-rw-r--r--dev-games/crystalspace/files/crystalspace-2.0-gcc52.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-games/crystalspace/files/crystalspace-2.0-gcc52.patch b/dev-games/crystalspace/files/crystalspace-2.0-gcc52.patch
index 341b33d88850..96b6aa712340 100644
--- a/dev-games/crystalspace/files/crystalspace-2.0-gcc52.patch
+++ b/dev-games/crystalspace/files/crystalspace-2.0-gcc52.patch
@@ -1,5 +1,5 @@
---- include/csgfx/imagememory.h.old 2016-04-17 09:09:31.497152401 +0200
-+++ include/csgfx/imagememory.h 2016-04-17 09:12:13.838355158 +0200
+--- a/include/csgfx/imagememory.h.old 2016-04-17 09:09:31.497152401 +0200
++++ b/include/csgfx/imagememory.h 2016-04-17 09:12:13.838355158 +0200
@@ -179,8 +179,8 @@
/// Get a pointer to the alpha data that can be changed.
uint8* GetAlphaPtr ();
@@ -11,8 +11,8 @@
virtual int GetHeight () const { return Height; }
virtual int GetDepth () const { return Depth; }
---- libs/csgfx/imagememory.cpp.old 2016-04-17 09:07:19.555451540 +0200
-+++ libs/csgfx/imagememory.cpp 2016-04-17 09:13:09.339398463 +0200
+--- a/libs/csgfx/imagememory.cpp.old 2016-04-17 09:07:19.555451540 +0200
++++ b/libs/csgfx/imagememory.cpp 2016-04-17 09:13:09.339398463 +0200
@@ -208,6 +208,23 @@
EnsureImage();
return (void*)databuf->GetData ();
@@ -37,8 +37,8 @@
csRGBpixel* csImageMemory::GetPalettePtr ()
{
EnsureImage();
---- include/csgfx/imagebase.h.old 2016-04-17 09:59:09.211101864 +0200
-+++ include/csgfx/imagebase.h 2016-04-17 09:59:20.041919599 +0200
+--- a/include/csgfx/imagebase.h.old 2016-04-17 09:59:09.211101864 +0200
++++ b/include/csgfx/imagebase.h 2016-04-17 09:59:20.041919599 +0200
@@ -61,10 +61,7 @@
// Most images are 2D, so provide a sensible default
virtual int GetDepth () const { return 1; }