summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render.h b/render.h
index de50cc3..982ef18 100644
--- a/render.h
+++ b/render.h
@@ -1,5 +1,5 @@
/*
- * $Id: render.h,v 1.7 2005/01/01 23:44:36 lordjaxom Exp $
+ * $Id: render.h,v 1.8 2005/01/05 19:31:18 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_RENDER_H
@@ -113,6 +113,7 @@ protected:
virtual int GetTab(int n) { return 0; }
virtual bool HasTabText(int Index, int n) { return false; }
virtual void SetEditableWidth(int Width) {}
+ virtual void SetMaxItems(int MaxItems) {}
// functions for display renderer to control behaviour
void Flush(bool Force = false);