X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=68e5a33e31d6b1923cd4f85b9febacd106ed363b;hp=51357bcea1fb338324e4ef8a46ec5955c00fdef1;hb=eb201ff71896cf5291e3ad61ccc663d9cec1b825;hpb=b20de5f2d7dd54c56af6bda51748d2c03446bcdd diff --git a/src/libgame/system.h b/src/libgame/system.h index 51357bce..68e5a33e 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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 *);