[MPlayer-cvslog] r32153 - trunk/input/ar.c
diego
subversion at mplayerhq.hu
Sat Sep 11 14:32:38 CEST 2010
Author: diego
Date: Sat Sep 11 14:32:38 2010
New Revision: 32153
Log:
Mark is_mplayer_front() as static, it is only used within the file; fixes:
input/ar.c:306: warning: no previous prototype for 'is_mplayer_front'
Modified:
trunk/input/ar.c
Modified: trunk/input/ar.c
==============================================================================
--- trunk/input/ar.c Sat Sep 11 14:20:07 2010 (r32152)
+++ trunk/input/ar.c Sat Sep 11 14:32:38 2010 (r32153)
@@ -302,7 +302,7 @@ mp_input_ar_init_error:
return -1;
}
-int is_mplayer_front(void)
+static int is_mplayer_front(void)
{
ProcessSerialNumber myProc, frProc;
Boolean sameProc;
More information about the MPlayer-cvslog
mailing list