diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-10-19 11:59:46 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-10-19 11:59:46 (GMT) |
commit | 4d1c2703874b02872a1b54b49dff4140a19d6ed4 (patch) | |
tree | b3f1e9d3cccd0dc67769da31a7b5509c7cb02733 /src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h | |
parent | 226d67e9077b908a128521a6bb763cf412fbe87e (diff) | |
parent | f16fc0150fce1d78cc71c27c163baf45e8953aca (diff) | |
download | Qt-4d1c2703874b02872a1b54b49dff4140a19d6ed4.zip Qt-4d1c2703874b02872a1b54b49dff4140a19d6ed4.tar.gz Qt-4d1c2703874b02872a1b54b49dff4140a19d6ed4.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h')
-rw-r--r-- | src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h index 58a5fb2..b0a161c 100644 --- a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h +++ b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h @@ -45,12 +45,12 @@ #include <private/qglwindowsurface_qws_p.h> #include "pvrqwsdrawable.h" -class QScreen; +class PvrEglScreen; class PvrEglWindowSurface : public QWSGLWindowSurface { public: - PvrEglWindowSurface(QWidget *widget, QScreen *screen, int screenNum); + PvrEglWindowSurface(QWidget *widget, PvrEglScreen *screen, int screenNum); PvrEglWindowSurface(); ~PvrEglWindowSurface(); @@ -76,8 +76,10 @@ public: private: QWidget *widget; PvrQwsDrawable *drawable; - QScreen *screen; + PvrEglScreen *screen; QPaintDevice *pdevice; + + void transformRects(PvrQwsRect *rects, int count) const; }; #endif |