aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index dc543814e4..08ca6c5f0d 100644
--- a/common/system.h
+++ b/common/system.h
@@ -31,6 +31,8 @@
#include "common/noncopyable.h"
#include "common/rect.h"
+#include "graphics/colormasks.h"
+
namespace Audio {
class Mixer;
}
@@ -571,6 +573,12 @@ public:
virtual void hideOverlay() = 0;
/**
+ * Returns the pixel format description of the overlay.
+ * @see Graphics::PixelFormat
+ */
+ virtual Graphics::PixelFormat getOverlayFormat() const = 0;
+
+ /**
* Reset the overlay.
*
* After calling this method while the overlay mode is active, the user