summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha@akv-soft.de>2004-01-03 23:31:00 +0100
committerSascha Volkenandt <sascha@akv-soft.de>2004-01-03 23:31:00 +0100
commit310f5b2a62343d0c9b7624c09efe35828785ef26 (patch)
tree0cba0f93b262331e30cd5371ec61e414050f32c4 /osd.h
parent4a775c82c82597c65345b3b1fdad71792ef2e486 (diff)
downloadvdr-plugin-osdpip-310f5b2a62343d0c9b7624c09efe35828785ef26.tar.gz
vdr-plugin-osdpip-310f5b2a62343d0c9b7624c09efe35828785ef26.tar.bz2
Release version 0.0.2v0.0.2
- Added setup menu - OSD depth, size and position configurable (see README) - OSD crop dimensions configurable - OSD window size is calculated dynamically depending on stream dimensions - Added translations
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);