rnd-20030405-1-src
[rocksndiamonds.git] / src / libgame / system.h
index c8afb2de3187d3aed2f8236c1447a1cbbfa6c61e..a2eda6d6eccfa7c89a644d96a7d4684128c8f1eb 100644 (file)
 #define CURSOR_DEFAULT         0
 #define CURSOR_PLAYFIELD       1
 
-#define CURSOR_MAX_WIDTH       32
-#define CURSOR_MAX_HEIGHT      32
-
 
 /* maximum number of parallel players supported by libgame functions */
 #define MAX_PLAYERS            4
@@ -363,15 +360,6 @@ struct JoystickInfo
   int fd[MAX_PLAYERS];         /* file descriptor of player's joystick */
 };
 
-struct MouseCursorInfo
-{
-  int width, height;
-  int hot_x, hot_y;
-
-  char data[CURSOR_MAX_WIDTH * CURSOR_MAX_HEIGHT / 8];
-  char mask[CURSOR_MAX_WIDTH * CURSOR_MAX_HEIGHT / 8];
-};
-
 struct SetupJoystickInfo
 {
   char *device_name;           /* device name of player's joystick */