Revision e15aaae...

Go back to digest for 13th January 2013

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [kde-workspace] /effects/screenshot:

Use window size for offscreen texture size in screenshot effect

Effect used the display size which caused windows being larger than
either width or height not to be captured correctly.

Now it uses the window size for the offscreen texture which also requires
to adjust the modelviewprojection matrix.

As an unrelated change the pointer to GLRenderTarget and GLTexture are
changed to a QScopedPointer and some variables which got moved around
are consted.


FIXED-IN: 4.11
REVIEW: 108258

File Changes

Modified 2 files
  • /effects/screenshot
  •   kwin/screenshot.cpp
  •   kwin/screenshot.h
2 files changed in total