aboutsummaryrefslogtreecommitdiff
path: root/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-10 14:08:50 +0000
committerJohannes Schickel2005-11-10 14:08:50 +0000
commitdd4e750640b7d12b4d5c16483732280459ae80d2 (patch)
tree556271d04e41d8e55b896d00178a8133bfb06626 /kyra/screen.h
parent87a868eda55db4af1181d3286e06aa084b6cdb24 (diff)
downloadscummvm-rg350-dd4e750640b7d12b4d5c16483732280459ae80d2.tar.gz
scummvm-rg350-dd4e750640b7d12b4d5c16483732280459ae80d2.tar.bz2
scummvm-rg350-dd4e750640b7d12b4d5c16483732280459ae80d2.zip
Commited patch #1350510 with some little changes. Thanks to vinterstum.
svn-id: r19548
Diffstat (limited to 'kyra/screen.h')
-rw-r--r--kyra/screen.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/kyra/screen.h b/kyra/screen.h
index 67bf4f138c..1933382fa7 100644
--- a/kyra/screen.h
+++ b/kyra/screen.h
@@ -123,7 +123,7 @@ public:
void hideMouse();
void showMouse();
void setShapePages(int page1, int page2);
- byte *setMouseCursor(int x, int y, byte *shape);
+ void setMouseCursor(int x, int y, byte *shape);
uint8 *getPalette(int num);
byte getShapeFlag1(int x, int y);
@@ -152,15 +152,6 @@ private:
int _decodeShapeBufferSize;
uint8 *_animBlockPtr;
int _animBlockSize;
-
- uint8 *_mouseShape;
- uint8 *_mouseRect;
- int _mouseShapeSize;
- int _mouseRectSize;
- int _mouseDrawX, _mouseDrawY;
- int _mouseDrawWidth, _mouseDrawHeight;
- int _mouseWidth, _mouseHeight;
- int _mouseXOffset, _mouseYOffset;
OSystem *_system;
KyraEngine *_vm;