From 17b582cf14f6bb1f8f813b0753e9d7049d834799 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 13 Jul 2011 00:02:36 +0300 Subject: Disable software fast fillRectangle in windows. --- src/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 40db25c5d..3c78a94fa 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -225,7 +225,9 @@ class Graphics : public gcn::SDLGraphics BlitMode getBlitMode() { return mBlitMode; } +#if !defined(__MINGW32__) void fillRectangle(const gcn::Rectangle& rectangle); +#endif /** * Updates the screen. This is done by either copying the buffer to the -- cgit v1.2.3-60-g2f50