Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/phonon/gstreamer/glrenderer.cpp

    r2 r846  
    267267    setPalette(palette);
    268268    setAutoFillBackground(true);
    269     // Videowidget allways have this property to allow hiding the mouse cursor
     269    // Videowidget always have this property to allow hiding the mouse cursor
    270270    setMouseTracking(true);
    271271}
     
    305305        const QRectF r = drawFrameRect();
    306306
    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()) };
    308308
    309309        glActiveTexture(GL_TEXTURE0);
Note: See TracChangeset for help on using the changeset viewer.