[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.9,1.10

Zoltan Ponekker pontscho at mplayer.dev.hu
Thu Aug 30 15:34:20 CEST 2001


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

Modified Files:
	mw.h 
Log Message:
az

Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mw.h	30 Aug 2001 12:08:21 -0000	1.9
+++ mw.h	30 Aug 2001 13:34:16 -0000	1.10
@@ -479,7 +479,8 @@
 potihandled:
 		 if ( item->value > 100.0f ) item->value=100.0f;
 		 if ( item->value < 0.0f ) item->value=0.0f;
-                 if ( ( item->msg == evSetVolume )||( item->msg == evSetBalance ) ) mplMsgHandle( item->msg,item->value );
+//                 if ( ( item->msg == evSetVolume )||( item->msg == evSetBalance ) ) 
+		 mplMsgHandle( item->msg,item->value );
                  mplMainRender=1; wsPostRedisplay( &appMPlayer.mainWindow );
                  break;
            }




More information about the MPlayer-cvslog mailing list