mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Implemented cSkin::SetScrollbar()
This commit is contained in:
6
skins.c
6
skins.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: skins.c 1.13 2007/01/04 13:08:55 kls Exp $
|
||||
* $Id: skins.c 1.14 2008/02/17 11:31:09 kls Exp $
|
||||
*/
|
||||
|
||||
#include "skins.h"
|
||||
@@ -108,6 +108,10 @@ const char *cSkinDisplayMenu::GetTabbedText(const char *s, int Tab)
|
||||
return buffer;
|
||||
}
|
||||
|
||||
void cSkinDisplayMenu::SetScrollbar(int Total, int Offset)
|
||||
{
|
||||
}
|
||||
|
||||
int cSkinDisplayMenu::GetTextAreaWidth(void) const
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user