diff options
Diffstat (limited to 'xml/display.h')
-rw-r--r-- | xml/display.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/display.h b/xml/display.h index b57f734..73a7269 100644 --- a/xml/display.h +++ b/xml/display.h @@ -1,5 +1,5 @@ /* - * $Id: display.h,v 1.1 2004/12/19 22:03:25 lordjaxom Exp $ + * $Id: display.h,v 1.2 2004/12/28 01:24:35 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_DISPLAY_H @@ -31,6 +31,7 @@ private: eType mType; txWindow mWindows[MAXOSDAREAS]; int mNumWindows; + int mNumMarquees; cxObjects mObjects; cxSkin *mSkin; |