diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index 10dcb814cc1..e6bd3b8159a 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -401,7 +401,11 @@ protected: byte *_mouseData; SDL_Rect _mouseBackup; MousePos _mouseCurState; +#ifdef USE_RGB_COLOR + uint32 _mouseKeyColor; +#else byte _mouseKeyColor; +#endif int _cursorTargetScale; bool _cursorPaletteDisabled; SDL_Surface *_mouseOrigSurface;