diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-16 06:45:55 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-16 06:52:19 (GMT) |
commit | 75719e4e06882825fe056935d782b4153bf0ac5b (patch) | |
tree | ad85ada002fda88d31afefb18c36b03a567de338 /src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h | |
parent | 8e4fa6e87f74cfb3457e8270a361cf30ca7d3593 (diff) | |
download | Qt-75719e4e06882825fe056935d782b4153bf0ac5b.zip Qt-75719e4e06882825fe056935d782b4153bf0ac5b.tar.gz Qt-75719e4e06882825fe056935d782b4153bf0ac5b.tar.bz2 |
Make screen rotation work properly with the PowerVR screen driver
Task-number: QT-2261
Reviewed-by: Tom
Diffstat (limited to 'src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h')
-rw-r--r-- | src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h b/src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h index cf80a90..dcd4e4f 100644 --- a/src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h +++ b/src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h @@ -114,6 +114,7 @@ struct _PvrQwsDrawable int isFullScreen; int strideBytes; int stridePixels; + int rotationAngle; PvrQwsSwapFunction swapFunction; void *userData; PvrQwsDrawable *nextWinId; |