kwin/src/backends
Vlad Zahorodnii 301e57169d backends/drm: Fix surface and buffer damage order in qpainter output layers
The prototype of OutputLayer::endFrame() looks as follows

    virtual bool endFrame(const QRegion &renderedRegion, const QRegion &damagedRegion) = 0;

On the other hand, qpainter output layers use a different order in the
header file and the cpp file.
2023-01-11 11:14:59 +02:00
..
drm backends/drm: Fix surface and buffer damage order in qpainter output layers 2023-01-11 11:14:59 +02:00
fakeinput
libinput Remove tablet tool when the tablet device is removed 2023-01-05 14:40:46 +00:00
virtual backends/virtual: Move glFlush() to endFrame() 2023-01-11 08:09:19 +00:00
wayland
x11 backends/x11: Present surface even with empty damage 2023-01-10 15:18:13 +01:00
CMakeLists.txt