[Mplayer-cvslog] CVS: main/Gui/mplayer mw.c,1.105,1.106 pb.c,1.1,1.2

Zoltan Ponekker pontscho at mplayerhq.hu
Sat Jan 18 00:29:17 CET 2003


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

Modified Files:
	mw.c pb.c 
Log Message:
10l

Index: mw.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- mw.c	17 Jan 2003 22:39:39 -0000	1.105
+++ mw.c	17 Jan 2003 23:29:14 -0000	1.106
@@ -403,6 +403,7 @@
           switch( itemtype )
            {
             case itPotmeter:
+	    case itVPotmeter:
             case itHPotmeter:
                  btnModify( item->msg,(float)( X - item->x ) / item->width * 100.0f );
 		 mplEventHandling( item->msg,item->value );

Index: pb.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/pb.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pb.c	17 Jan 2003 22:39:39 -0000	1.1
+++ pb.c	17 Jan 2003 23:29:14 -0000	1.2
@@ -143,6 +143,7 @@
 	switch( itemtype )
 	 {
 	  case itPotmeter:
+	  case itVPotmeter:
 	  case itHPotmeter:
 	       btnModify( item->msg,(float)( X - item->x ) / item->width * 100.0f );
 	       mplEventHandling( item->msg,item->value );



More information about the MPlayer-cvslog mailing list