From da3466fdfe8e262e126d3b878b3c6c458068f205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 4 Mar 2011 12:10:58 +0100 Subject: Unbreak build on Mac OS X 10.5 after b0b80d9e8d11c38d Reviewed-by: Fabien Freling --- src/3rdparty/phonon/qt7/videowidget.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/phonon/qt7/videowidget.mm b/src/3rdparty/phonon/qt7/videowidget.mm index 594517e..0600268 100644 --- a/src/3rdparty/phonon/qt7/videowidget.mm +++ b/src/3rdparty/phonon/qt7/videowidget.mm @@ -446,7 +446,7 @@ public: void setDrawFrameRect(const QRect &rect) { - NSRect frame = m_movieLayer.frame; + CGRect frame = m_movieLayer.frame; frame.origin.x = rect.x(); frame.origin.y = rect.y(); frame.size.width = rect.width(); -- cgit v0.12