From 9167422ce3b479671419784c6b26bb2c8ee799f5 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 11 Aug 2007 20:44:22 +0000 Subject: Moved cursor handling from Gfx to engine subclasses. svn-id: r28534 --- engines/parallaction/graphics.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'engines/parallaction/graphics.h') diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h index 2134a17e4e..a830b9b2c9 100644 --- a/engines/parallaction/graphics.h +++ b/engines/parallaction/graphics.h @@ -37,12 +37,6 @@ namespace Parallaction { -#define MOUSEARROW_WIDTH 16 -#define MOUSEARROW_HEIGHT 16 - -#define MOUSECOMBO_WIDTH 32 // sizes for cursor + selected inventory item -#define MOUSECOMBO_HEIGHT 32 - #include "common/pack-start.h" // START STRUCT PACKING struct PaletteFxRange { @@ -230,7 +224,6 @@ public: // misc int16 queryMask(int16 v); - void setMousePointer(int16 index); void setFont(Font* font); void swapBuffers(); void updateScreen(); @@ -252,8 +245,6 @@ protected: Parallaction* _vm; Graphics::Surface *_buffers[NUM_BUFFERS]; MaskBuffer *_depthMask; - static byte _mouseArrow[256]; - Graphics::Surface *_mouseComposedArrow; Font *_font; bool _halfbrite; @@ -261,7 +252,6 @@ protected: void copyRect(uint width, uint height, byte *dst, uint dstPitch, byte *src, uint srcPitch); void flatBlit(const Common::Rect& r, byte *data, Gfx::Buffers buffer, byte transparentColor); void blit(const Common::Rect& r, uint16 z, byte *data, Gfx::Buffers buffer); - void initMouse(uint16 arg_0); void screenClip(Common::Rect& r, Common::Point& p); }; -- cgit v1.2.3