diff options
author | Sascha Volkenandt <sascha@akv-soft.de> | 2004-01-03 23:31:00 +0100 |
---|---|---|
committer | Sascha Volkenandt <sascha@akv-soft.de> | 2004-01-03 23:31:00 +0100 |
commit | 310f5b2a62343d0c9b7624c09efe35828785ef26 (patch) | |
tree | 0cba0f93b262331e30cd5371ec61e414050f32c4 /osd.h | |
parent | 4a775c82c82597c65345b3b1fdad71792ef2e486 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |