[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.44,1.45

Zoltan Ponekker pontscho at mplayerhq.hu
Tue Jul 2 15:35:07 CEST 2002


Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var/tmp.root/cvs-serv11296/Gui/wm

Modified Files:
	ws.c 
Log Message:
fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix

Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ws.c	25 May 2002 09:46:37 -0000	1.44
+++ ws.c	2 Jul 2002 13:35:04 -0000	1.45
@@ -699,8 +699,6 @@
  }
 }
 
-extern void mplTimerHandler( void );
-
 void wsMainLoop( void )
 {
  int delay=20;
@@ -718,7 +716,6 @@
    wsEvents( wsDisplay,&wsEvent,NULL );
    delay=0;
  }
- mplTimerHandler(); // handle timer event
  usleep(delay*1000); // FIXME!
  if(delay<10*20) delay+=20; // pump up delay up to 0.2 sec (low activity)
 }




More information about the MPlayer-cvslog mailing list