Skip to content

libkwineffects: Drop QtQuick dummy window hack

Vlad Zahorodnii requested to merge work/zzag/kf6-no-dummy-window-hack into master

The dummy window hack was needed to ensure hidpi rendering on Wayland. We introduced QQuickRenderTarget::setDevicePixelRatio() in Qt 6.3, so the hack can be removed now.

Draft: waiting until KF6 branch lands

Merge request reports