diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-07-13 16:40:51 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-07-13 16:40:51 +0000 |
| commit | c6a5e958feb60875c4252b6538be82a5a4913a3b (patch) | |
| tree | fe15c6474dba0b8f607d633ac632b098fc01999e /lib/gui/evideo.h | |
| parent | 53a9d8fb94c67581d0d97f723c63e674ab94143e (diff) | |
| download | enigma2-c6a5e958feb60875c4252b6538be82a5a4913a3b.tar.gz enigma2-c6a5e958feb60875c4252b6538be82a5a4913a3b.zip | |
add 'parent visibility changes' notification and use that to fix video widget
Diffstat (limited to 'lib/gui/evideo.h')
| -rw-r--r-- | lib/gui/evideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/evideo.h b/lib/gui/evideo.h index f31ba661..daa45a22 100644 --- a/lib/gui/evideo.h +++ b/lib/gui/evideo.h @@ -12,6 +12,7 @@ public: protected: int event(int event, void *data=0, void *data2=0); void updatePosition(int disable = 0); + eRect m_cur_pos; int m_decoder; }; |
