[Scummvm-cvs-logs] scummvm master -> a88e355b2d53a0561ba42169e06f9a786fa7c040

salty-horse ori at avtalion.name
Thu Apr 28 18:59:59 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a88e355b2d COMMON: Fix compilation on backends that USE_RGB_COLOR


Commit: a88e355b2d53a0561ba42169e06f9a786fa7c040
    https://github.com/scummvm/scummvm/commit/a88e355b2d53a0561ba42169e06f9a786fa7c040
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-04-28T09:58:45-07:00

Commit Message:
COMMON: Fix compilation on backends that USE_RGB_COLOR

Changed paths:
    common/system.h



diff --git a/common/system.h b/common/system.h
index 0f01fcd..5d873b0 100644
--- a/common/system.h
+++ b/common/system.h
@@ -29,13 +29,13 @@
 #include "common/scummsys.h"
 #include "common/noncopyable.h"
 #include "common/list.h" // For OSystem::getSupportedFormats()
+#include "graphics/pixelformat.h"
 
 namespace Audio {
 class Mixer;
 }
 
 namespace Graphics {
-struct PixelFormat;
 struct Surface;
 }
 






More information about the Scummvm-git-logs mailing list