From 222064cdb64ba560b53d9cb6b3f07c915eb58d12 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 8 Aug 2011 21:27:32 +0200 Subject: BACKENDS: Add PaletteManager interface as comments to GraphicsManager. This should be a little more comfortable about finding out what's needed to implement a new graphics manager. --- backends/graphics/graphics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/graphics') diff --git a/backends/graphics/graphics.h b/backends/graphics/graphics.h index 20924ed581..3f282df587 100644 --- a/backends/graphics/graphics.h +++ b/backends/graphics/graphics.h @@ -84,6 +84,10 @@ public: virtual void setCursorPalette(const byte *colors, uint start, uint num) = 0; virtual void displayMessageOnOSD(const char *msg) {} + + // Graphics::PaletteManager interface + //virtual void setPalette(const byte *colors, uint start, uint num) = 0; + //virtual void grabPalette(byte *colors, uint start, uint num) = 0; }; #endif -- cgit v1.2.3