From f420dd3b785157e95f0dd6255bf35f88db1ec674 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 20 Feb 2005 02:04:45 +0000 Subject: Implement OSystem method disableCursorPalette(bool disable) as mentioned in patch #1013937 (OSystem layer with bigger resolution). svn-id: r16820 --- common/system.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index fad4e6c841..0cc65cfdf1 100644 --- a/common/system.h +++ b/common/system.h @@ -293,6 +293,18 @@ public: */ virtual void setCursorPalette(const byte *colors, uint start, uint num) {}; + /** + * Disable or enable cursor palette. + * + * Backends which implement it should have kFeatureCursorHasPalette flag set + * + * @param disable True to disable, false to enable. + * + * @see setPalette + * @see kFeatureCursorHasPalette + */ + virtual void disableCursorPalette(bool disable) {}; + /** * Blit a bitmap to the virtual screen. * The real screen will not immediately be updated to reflect the changes. -- cgit v1.2.3