mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int is_mplayer_front(void)
|
static int is_mplayer_front(void)
|
||||||
{
|
{
|
||||||
ProcessSerialNumber myProc, frProc;
|
ProcessSerialNumber myProc, frProc;
|
||||||
Boolean sameProc;
|
Boolean sameProc;
|
||||||
|
Loading…
Reference in New Issue
Block a user