kwin/effects/screenshot
Martin Gräßlin b8c6831a1f 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
2013-02-25 13:31:50 +01:00
..
CMakeLists.txt
screenshot.cpp Port Screenshot effect to XCB 2013-02-25 13:31:50 +01:00
screenshot.desktop SVN_SILENT made messages (.desktop file) 2013-02-07 13:30:14 +01:00
screenshot.h Port Screenshot effect to XCB 2013-02-25 13:31:50 +01:00