From 05f0855efc611289173a6ca9b9490316651839db Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 13 Feb 2011 14:58:07 +0100 Subject: GRAPHICS: Update CursorManager documentation for RGBA->RGB change. --- graphics/cursorman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/cursorman.h') diff --git a/graphics/cursorman.h b/graphics/cursorman.h index c041beb957..2f3891aee7 100644 --- a/graphics/cursorman.h +++ b/graphics/cursorman.h @@ -130,7 +130,7 @@ public: * The palette entries from 'start' till (start+num-1) will be replaced * so a full palette updated is accomplished via start=0, num=256. * - * The palette data is specified in the same interleaved RGBA format as + * The palette data is specified in the same interleaved RGB format as * used by all backends. * * @param colors the new palette data, in interleaved RGB format -- cgit v1.2.3