Revision d593d6e...
Go back to digest for 17th February 2013Features in KDE Base
Martin Gräßlin committed changes in [kde-workspace] /effects:
Port Screenshot effect to XCB
This includes:
* getting cursor image through xcb_xfixes
* using xcb_image_get for reading screen content in xrender case
* using xcb_put_image to upload the generated screenshot into shared xpix
Overall this means that QPixmap as an X Pixmap wrapper is no longer used.
The conversion from xcb_image_t to QImage still needs some code for not
matching byte order. I'm a little bit unsure about adding the code as I
would not be able to test it.
REVIEW: 109076
File Changes
Modified 3 files
- /effects
- kwin/CMakeLists.txt
- kwin/screenshot/screenshot.cpp
- kwin/screenshot/screenshot.h
3 files changed in total