[MPlayer-cvslog] r32125 - in trunk/gui/mplayer: gmplayer.h mw.c
diego
subversion at mplayerhq.hu
Thu Sep 9 19:15:16 CEST 2010
Author: diego
Date: Thu Sep 9 19:15:16 2010
New Revision: 32125
Log:
Move mplPBFade extern declaration to gmplayer.h, which is better suited.
Modified:
trunk/gui/mplayer/gmplayer.h
trunk/gui/mplayer/mw.c
Modified: trunk/gui/mplayer/gmplayer.h
==============================================================================
--- trunk/gui/mplayer/gmplayer.h Thu Sep 9 19:10:18 2010 (r32124)
+++ trunk/gui/mplayer/gmplayer.h Thu Sep 9 19:15:16 2010 (r32125)
@@ -28,6 +28,7 @@ extern int mainVisible;
extern int mplMainAutoPlay;
extern int mplMiddleMenu;
+extern int mplPBFade;
void mplInit( void * disp );
Modified: trunk/gui/mplayer/mw.c
==============================================================================
--- trunk/gui/mplayer/mw.c Thu Sep 9 19:10:18 2010 (r32124)
+++ trunk/gui/mplayer/mw.c Thu Sep 9 19:15:16 2010 (r32125)
@@ -369,7 +369,6 @@ set_volume:
case evRedraw:
{
unsigned now = GetTimerMS();
- extern int mplPBFade;
if ((now > last_redraw_time) &&
(now < last_redraw_time + GUI_REDRAW_WAIT) &&
!mplPBFade)
More information about the MPlayer-cvslog
mailing list