diff gui/interface.h @ 30689:ebe42a93c6c3

Fix silly type of guiGetEvent argument to use void * instead of char * and get rid of some of the insane amount of casts necessary to hide the utter idiocy of the type used before.
author reimar
date Thu, 25 Feb 2010 21:27:22 +0000
parents e3e329bc727a
children da9665eeb5b5
line wrap: on
line diff
--- a/gui/interface.h	Thu Feb 25 21:21:29 2010 +0000
+++ b/gui/interface.h	Thu Feb 25 21:27:22 2010 +0000
@@ -163,7 +163,7 @@
 
 void guiInit( void );
 void guiDone( void );
-int  guiGetEvent( int type,char * arg );
+int  guiGetEvent( int type,void * arg );
 void guiEventHandling( void );
 void guiLoadFont( void );
 void guiLoadSubtitle( char * name );