workaround to compile without new-input support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5121 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-03-15 23:22:36 +00:00
parent 7ea3f35c74
commit 642e989c5b
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ void guiGetEvent( int type,char * arg )
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 @@ void guiGetEvent( int type,char * arg )
mplEventHandling( guiCMDArray[ (int)arg - MP_CMD_GUI_EVENTS - 1 ],0 );
}
break;
#endif
}
}