Implemented displaying audio channel

This commit is contained in:
Klaus Schmidinger
2005-01-09 12:08:34 +01:00
parent f79f81dfd4
commit 264fa085bd
14 changed files with 145 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: skincurses.c 1.4 2005/01/02 15:11:29 kls Exp $
* $Id: skincurses.c 1.5 2005/01/09 11:56:26 kls Exp $
*/
#include <ncurses.h>
@@ -570,6 +570,7 @@ public:
cSkinCursesDisplayTracks(const char *Title, int NumTracks, const char * const *Tracks);
virtual ~cSkinCursesDisplayTracks();
virtual void SetTrack(int Index, const char * const *Tracks);
virtual void SetAudioChannel(int AudioChannel) {}
virtual void Flush(void);
};