summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/defs.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-09-02 17:48:36 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-09-07 10:26:59 (GMT)
commit7823dc43b85c3d1dd2f3ba10d0e7efbd83888059 (patch)
tree5c3f04ce562a506d97c525a936781f6ffc12129d /src/3rdparty/phonon/mmf/defs.h
parent6705f143db308fb10dfc09988bc15874eebb75a8 (diff)
downloadQt-7823dc43b85c3d1dd2f3ba10d0e7efbd83888059.zip
Qt-7823dc43b85c3d1dd2f3ba10d0e7efbd83888059.tar.gz
Qt-7823dc43b85c3d1dd2f3ba10d0e7efbd83888059.tar.bz2
Added a macro for setting video output region to null
This is useful when debugging problems with the interaction between video rendering, Qt widget rendering and the underlying native control / window system.
Diffstat (limited to 'src/3rdparty/phonon/mmf/defs.h')
-rw-r--r--src/3rdparty/phonon/mmf/defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/defs.h b/src/3rdparty/phonon/mmf/defs.h
index 60f363b..afb25dc 100644
--- a/src/3rdparty/phonon/mmf/defs.h
+++ b/src/3rdparty/phonon/mmf/defs.h
@@ -34,6 +34,10 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
// rect, i.e. QWidget::winId()->Rect()
//#define PHONON_MMF_HARD_CODE_VIDEO_RECT
+// Hack to make the video invisible. This is used in order to debug
+// problems caused by the window-owning control change.
+//#define PHONON_MMF_HARD_CODE_VIDEO_RECT_TO_EMPTY
+
QT_BEGIN_NAMESPACE
namespace Phonon