diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-26 11:57:47 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-26 11:57:47 (GMT) |
commit | 7104201d87b965a01c2983cd44ef2e0f465030bf (patch) | |
tree | f401a6a64b9b69a60b7e4cf2f2c75b05868f05b8 /src/3rdparty/phonon/mmf/defs.h | |
parent | c38752fb695b5b88f6b2404b415ffb4879999a89 (diff) | |
download | Qt-7104201d87b965a01c2983cd44ef2e0f465030bf.zip Qt-7104201d87b965a01c2983cd44ef2e0f465030bf.tar.gz Qt-7104201d87b965a01c2983cd44ef2e0f465030bf.tar.bz2 |
Added VideoOutputObserver, to propagate screen region updates back to VideoPlayer
Diffstat (limited to 'src/3rdparty/phonon/mmf/defs.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/defs.h b/src/3rdparty/phonon/mmf/defs.h index be8401d..90c647f 100644 --- a/src/3rdparty/phonon/mmf/defs.h +++ b/src/3rdparty/phonon/mmf/defs.h @@ -32,7 +32,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. // Use hard-coded rectangle coordinates, rather than using CCoeControl // rect, i.e. QWidget::winId()->Rect() -#define PHONON_MMF_HARD_CODE_VIDEO_RECT +//#define PHONON_MMF_HARD_CODE_VIDEO_RECT namespace Phonon { |