mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
printf --> mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14149 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
79b2d7aeed
commit
1261d91301
@ -600,7 +600,7 @@ int guiGetEvent( int type,char * arg )
|
||||
}
|
||||
break;
|
||||
case guiIEvent:
|
||||
printf( "cmd: %d\n",(int)arg );
|
||||
mp_msg( MSGT_GPLAYER,MSGL_V,"cmd: %d\n",(int)arg );
|
||||
switch( (int)arg )
|
||||
{
|
||||
case MP_CMD_QUIT:
|
||||
|
Loading…
Reference in New Issue
Block a user