cleanup of obsolete client message event from SDL 1.2
[rocksndiamonds.git] / src / libgame / system.h
index 51357bcea1fb338324e4ef8a46ec5955c00fdef1..68e5a33e31d6b1923cd4f85b9febacd106ed363b 100644 (file)
@@ -1111,6 +1111,7 @@ struct GfxInfo
   void (*draw_tile_cursor_function)(int);
 
   int cursor_mode;
+  int mouse_x, mouse_y;
 };
 
 struct TileCursorInfo
@@ -1853,7 +1854,6 @@ KeyMod GetKeyModState(void);
 KeyMod GetKeyModStateFromEvents(void);
 void StartTextInput(int, int, int, int);
 void StopTextInput(void);
-boolean CheckCloseWindowEvent(ClientMessageEvent *);
 
 void InitJoysticks(void);
 boolean ReadJoystick(int, int *, int *, boolean *, boolean *);