BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
This commit is contained in:
parent
6575cd195b
commit
ce32745d9c
26 changed files with 75 additions and 89 deletions
|
@ -79,7 +79,6 @@ public:
|
|||
void warpMouse(int x, int y) {}
|
||||
void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL) {}
|
||||
void setCursorPalette(const byte *colors, uint start, uint num) {}
|
||||
void disableCursorPalette(bool disable) {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue