diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-17 13:51:06 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-23 12:39:26 (GMT) |
commit | c85d1764d713722f1bb1108087d41ff7904ab3cb (patch) | |
tree | f7c2cc12df6fa4c7b38a4fbfd8e383fe77405b79 /src/3rdparty/phonon/mmf/defs.h | |
parent | cabf0776a3e879aa80e4dc01fd470248c429d9b0 (diff) | |
download | Qt-c85d1764d713722f1bb1108087d41ff7904ab3cb.zip Qt-c85d1764d713722f1bb1108087d41ff7904ab3cb.tar.gz Qt-c85d1764d713722f1bb1108087d41ff7904ab3cb.tar.bz2 |
Removed temporary hacks used during initial development of video widget
Diffstat (limited to 'src/3rdparty/phonon/mmf/defs.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/defs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/3rdparty/phonon/mmf/defs.h b/src/3rdparty/phonon/mmf/defs.h index d5301d2..348a40f 100644 --- a/src/3rdparty/phonon/mmf/defs.h +++ b/src/3rdparty/phonon/mmf/defs.h @@ -24,20 +24,6 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. // The following macros are for switching on / off various bits of code, // in order to debug the current problems with video visibility. -// If this is defined, then VideoOutput is essentially just a typedef for -// QWidget. This is to allow us to test whether the QWidget function -// overrides present in VideoOutput (e.g. sizeHint, paintEvent etc) may -// be the cause of the visibility problems. -//#define PHONON_MMF_VIDEOOUTPUT_IS_QWIDGET - -// Use hard-coded rectangle coordinates, rather than using CCoeControl -// 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 - // Defining this macro causes VideoOutput::paintEvent to write transparent // alpha values directly into the backing store, rather than using QPainter //#define PHONON_MMF_DIRECT_WRITE_ALPHA |