summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/osd.h b/osd.h
index 1ff39ea..a43d6b6 100644
--- a/osd.h
+++ b/osd.h
@@ -20,9 +20,11 @@ private:
cOsdPipReceiver *m_Receiver;
const cChannel *m_Channel;
tWindowHandle m_Window;
+ cBitmap *m_Bitmap;
bool m_Active;
- int m_Xpos, m_Ypos;
+ bool m_Ready;
+ int m_Width, m_Height;
protected:
virtual void Action(void);