--- irrlicht-1.8.4.old/source/Irrlicht/CGUISkin.cpp +++ irrlicht-1.8.4/source/Irrlicht/CGUISkin.cpp @@ -794,7 +794,7 @@ tr.UpperLeftCorner.X += 1; tr.UpperLeftCorner.Y += 1; tr.LowerRightCorner.X -= 2; - Driver->draw2DRectangle(getColor(EGDC_3D_FACE), tr, clip); + Driver->draw2DRectangle (0xFF004400, tr, clip); // draw right middle gray shadow tr.LowerRightCorner.X += 1; @@ -825,7 +825,7 @@ tr.UpperLeftCorner.Y -= 1; tr.LowerRightCorner.X -= 2; tr.LowerRightCorner.Y -= 1; - Driver->draw2DRectangle(getColor(EGDC_3D_FACE), tr, clip); + Driver->draw2DRectangle (0xFF004400, tr, clip); // draw right middle gray shadow tr.LowerRightCorner.X += 1; --- irrlicht-1.8.4.old/source/Irrlicht/CNullDriver.cpp +++ irrlicht-1.8.4/source/Irrlicht/CNullDriver.cpp @@ -507,7 +507,7 @@ { // create texture from surface texture = createDeviceDependentTexture(image, hashName.size() ? hashName : file->getFileName() ); - os::Printer::log("Loaded texture", file->getFileName()); +// os::Printer::log("Loaded texture", file->getFileName()); image->drop(); } --- irrlicht-1.8.4.old/source/Irrlicht/libpng/png.c +++ irrlicht-1.8.4/source/Irrlicht/libpng/png.c @@ -2319,8 +2319,8 @@ * discourage their use, skip the 'have_md5' warning below, * which is made irrelevant by this error. */ - png_chunk_report(png_ptr, "known incorrect sRGB profile", - PNG_CHUNK_ERROR); +// png_chunk_report(png_ptr, "known incorrect sRGB profile", +// PNG_CHUNK_ERROR); } /* Warn that this being done; this isn't even an error since ===== end of patch =====