[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
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mplayer.c,1.26,1.27 mplayer.h,1.6,1.7 mw.h,1.65,1.66 sw.h,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.519,1.520 mplayer.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
}
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mplayer.c,1.26,1.27 mplayer.h,1.6,1.7 mw.h,1.65,1.66 sw.h,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.519,1.520 mplayer.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list