changeset 5120:ce054c1eabdc

workaround to compile without new-input support
author alex
date Fri, 15 Mar 2002 23:22:36 +0000
parents 636b20788503
children 2a041934948a
files Gui/interface.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/interface.c	Fri Mar 15 23:17:50 2002 +0000
+++ b/Gui/interface.c	Fri Mar 15 23:22:36 2002 +0000
@@ -60,6 +60,7 @@
           case guiSetPause: guiIntfStruct.Playing=2; mplState(); break;
 	 }
         break;
+#ifdef HAVE_NEW_INPUT
    case guiIEvent:
         printf( "cmd: %d\n",(int)arg );
 	switch( (int)arg )
@@ -74,6 +75,7 @@
 	       mplEventHandling( guiCMDArray[ (int)arg - MP_CMD_GUI_EVENTS - 1 ],0 );
 	 }
 	break;
+#endif
   }
 }