diff options
Diffstat (limited to 'displaymessage.h')
-rw-r--r-- | displaymessage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/displaymessage.h b/displaymessage.h index fc1d5b0..e89d4fb 100644 --- a/displaymessage.h +++ b/displaymessage.h @@ -4,13 +4,13 @@ #include <vdr/thread.h> #include <vdr/skins.h> #include "imagecache.h" +#include "messagebox.h" class cNopacityDisplayMessage : public cSkinDisplayMessage , cThread { private: cOsd *osd; cImageCache *imgCache; - cPixmap *pixmap; - cPixmap *pixmapBackground; + cNopacityMessageBox *messageBox; int FrameTime; int FadeTime; virtual void Action(void); @@ -21,4 +21,4 @@ public: virtual void Flush(void); }; -#endif //__NOPACITY_DISPLAYMESSAGE_H
\ No newline at end of file +#endif //__NOPACITY_DISPLAYMESSAGE_H |