diff options
Diffstat (limited to 'gui/theme.h')
-rw-r--r-- | gui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h index cd191ac2d8..e641148eda 100644 --- a/gui/theme.h +++ b/gui/theme.h @@ -452,6 +452,7 @@ private: int _cursorHotspotX, _cursorHotspotY; #define MAX_CURS_COLORS 255 byte *_cursor; + bool _needPaletteUpdates; uint _cursorWidth, _cursorHeight; byte _cursorPal[4*MAX_CURS_COLORS]; byte _backUpCols[4*MAX_CURS_COLORS]; |