# HG changeset patch # User alex # Date 1016234556 0 # Node ID ce054c1eabdc19f1a3854e29090c2716ae084268 # Parent 636b20788503e470f8798f63dcd1a818d198fbc0 workaround to compile without new-input support diff -r 636b20788503 -r ce054c1eabdc Gui/interface.c --- 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 } }