From 5382d18d05d358bb1c313c642395e835aa44a6a0 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Wed, 8 Dec 2004 18:48:39 +0000 Subject: 1.0-pre1 --- screen.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'screen.h') diff --git a/screen.h b/screen.h index 71572a0..b397785 100644 --- a/screen.h +++ b/screen.h @@ -1,5 +1,5 @@ /* - * $Id: screen.h,v 1.2 2004/07/13 13:52:51 lordjaxom Exp $ + * $Id: screen.h,v 1.2 2004/12/06 15:01:02 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_SCREEN_H @@ -8,14 +8,21 @@ #include "common.h" #include +#undef DIRECTBLIT + class cText2SkinScreen { + /* Skin Editor */ + friend class VSkinnerScreen; + private: cOsd *mOsd; + cBitmap *mScreen; cBitmap *mRegions[MAXOSDAREAS]; + bool mOffScreen; int mNumRegions; public: - cText2SkinScreen(int x, int y); + cText2SkinScreen(bool OffScreen = false); ~cText2SkinScreen(); eOsdError SetAreas(const tArea *Areas, int NumAreas); -- cgit v1.2.3