kwin/effects/screenshot
Martin Gräßlin f20ec15053 Port xRenderOffscreenTarget away from QPixmap
Instead of having a pointer to a QPixmap the offscreen target holds an
xcb_render_picture_t. To make this possible in SceneWindow the tempPixmap
is changed from a QPixmap* to a XRenderPicture*. QPixmap was only used
for convenience.

ScreenShot Effect as only user of the offscreen target is adjusted but
as it needs a QImage, still uses a QPixmap wrapper.
2013-02-14 14:20:27 +01:00
..
CMakeLists.txt New screenshot effect. 2010-07-31 20:55:48 +00:00
screenshot.cpp Port xRenderOffscreenTarget away from QPixmap 2013-02-14 14:20:27 +01:00
screenshot.desktop SVN_SILENT made messages (.desktop file) 2013-02-07 13:30:14 +01:00
screenshot.h Use window size for offscreen texture size in screenshot effect 2013-01-15 15:05:43 +01:00