diff -r 79b272a68eb4 -r ba6464ebc3f9 setup-mplayer.h --- a/setup-mplayer.h Sun Dec 12 11:31:54 2010 +0100 +++ b/setup-mplayer.h Sun Dec 12 11:53:00 2010 +0100 @@ -1,7 +1,7 @@ /* * MP3/MPlayer plugin to VDR (C++) * - * (C) 2001-2009 Stefan Huelswitt + * (C) 2001-2010 Stefan Huelswitt * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -33,6 +33,7 @@ int SlaveMode; int ResumeMode; int HideMainMenu; + int PrevNextKeyMode; char KeyCmd[10][MAX_KEYCMD]; public: cMPlayerSetup(void);