[MPlayer-cvslog] r33624 - in trunk/gui: mplayer/mw.c wm/wskeys.h

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Jun 16 20:29:36 CEST 2011


On Thu, Jun 16, 2011 at 01:45:47PM +0200, ib wrote:
> Modified: trunk/gui/mplayer/mw.c
> ==============================================================================
> --- trunk/gui/mplayer/mw.c	Thu Jun 16 13:30:11 2011	(r33623)
> +++ trunk/gui/mplayer/mw.c	Thu Jun 16 13:45:47 2011	(r33624)
> @@ -523,13 +523,13 @@ void mplMainKeyHandle( int KeyCode,int T
>     switch ( KeyCode )
>      {
>       // NOTE TO MYSELF: This is only for the Acer AirKey V keyboard.
> -     case wsXFMMPrev:     msg=evPrev;              break;
> +   /*case wsXFMMPrev:     msg=evPrev;              break;
>       case wsXFMMStop:	  msg=evStop;              break;
>       case wsXFMMPlay:	  msg=evPlaySwitchToPause; break;
>       case wsXFMMNext:	  msg=evNext;	           break;
>       case wsXFMMVolUp:	  msg=evIncVolume;         break;
>       case wsXFMMVolDown:  msg=evDecVolume;         break;
> -     case wsXFMMMute: 	  msg=evMute;	           break;
> +     case wsXFMMMute: 	  msg=evMute;	           break;*/
>      }
>    }
>    else

Without the defines I don't see any point in keeping that code around
either.
It can still be restored from history, and restoring the defines isn't
possible without resorting to looking at the history anyway so I
don't see any gain in this case.


More information about the MPlayer-cvslog mailing list