rocks_n_diamonds-1.0
[rocksndiamonds.git] / src / events.h
index 539db844c3dae8eb45d3d99c540599eefdd40ebe..31948c112d5c5dca388ec08fc8a9ae6adafe56f2 100644 (file)
@@ -10,8 +10,6 @@
 *               q99492@pbhrzx.uni-paderborn.de             *
 *----------------------------------------------------------*
 *  events.h                                                *
-*                                                          *
-*  Letzte Aenderung: 15.06.1995                            *
 ***********************************************************/
 
 #ifndef EVENTS_H
@@ -31,7 +29,7 @@ void HandleFocusEvent(int);
 void HandleNoXEvent(void);
 
 void HandleButton(int, int, int);
-void HandleKey(KeySym);
+void HandleKey(KeySym, int);
 void HandleJoystick();
 
 #endif