Changeset 846 for trunk/src/3rdparty/phonon/gstreamer/glrenderer.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/phonon/gstreamer/glrenderer.cpp
r2 r846 267 267 setPalette(palette); 268 268 setAutoFillBackground(true); 269 // Videowidget al lways have this property to allow hiding the mouse cursor269 // Videowidget always have this property to allow hiding the mouse cursor 270 270 setMouseTracking(true); 271 271 } … … 305 305 const QRectF r = drawFrameRect(); 306 306 307 const float v_array[] = { r.left(), r.top(), r.right(), r.top(), r.right(), r.bottom(), r.left(), r.bottom() };307 const float v_array[] = { float(r.left()), float(r.top()), float(r.right()), float(r.top()), float(r.right()), float(r.bottom()), float(r.left()), float(r.bottom()) }; 308 308 309 309 glActiveTexture(GL_TEXTURE0);
Note:
See TracChangeset
for help on using the changeset viewer.