[Mplayer-cvslog] CVS: main/Gui/skin skin.c,1.2,1.3
Zoltan Ponekker
pontscho at mplayer.dev.hu
Tue Aug 28 17:50:38 CEST 2001
Update of /cvsroot/mplayer/main/Gui/skin
In directory mplayer:/var/tmp.root/cvs-serv24989/Gui/skin
Modified Files:
skin.c
Log Message:
fix hprogressbar
Index: skin.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/skin/skin.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- skin.c 27 Aug 2001 15:25:11 -0000 1.2
+++ skin.c 28 Aug 2001 15:50:35 -0000 1.3
@@ -1,4 +1,4 @@
-
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -682,6 +682,7 @@
for ( j=0;j<appMPlayer.NumberOfItems + 1;j++ )
if ( appMPlayer.Items[j].msg == event )
{
+ if ( appMPlayer.Items[j].used ) continue;
switch ( appMPlayer.Items[j].type )
{
case itButton:
@@ -697,7 +698,7 @@
}
}
-int btnGetValue( int event )
+float btnGetValue( int event )
{
int j;
for ( j=0;j<appMPlayer.NumberOfItems + 1;j++ )
More information about the MPlayer-cvslog
mailing list