mirror of https://github.com/mpv-player/mpv
cosmetics: input/ar.c: Mark is_mplayer_front() static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32153 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
255325a9c2
commit
72f5f69200
|
@ -303,7 +303,7 @@ mp_input_ar_init_error:
|
|||
return -1;
|
||||
}
|
||||
|
||||
int is_mplayer_front(void)
|
||||
static int is_mplayer_front(void)
|
||||
{
|
||||
ProcessSerialNumber myProc, frProc;
|
||||
Boolean sameProc;
|
||||
|
|
Loading…
Reference in New Issue