added generic support for handling user events
[rocksndiamonds.git] / src / libgame / system.h
index 40f4b4771d001e7bd365dc9cada4d1de13de02a2..cf49d86f8a935ef24ab42728517e29206bbc57b3 100644 (file)
@@ -1854,7 +1854,7 @@ KeyMod GetKeyModState(void);
 KeyMod GetKeyModStateFromEvents(void);
 void StartTextInput(int, int, int, int);
 void StopTextInput(void);
-boolean CheckCloseWindowEvent(ClientMessageEvent *);
+void PushUserEvent(int, int, int);
 
 void InitJoysticks(void);
 boolean ReadJoystick(int, int *, int *, boolean *, boolean *);