https://bugs.kde.org/show_bug.cgi?id=353053

--- Comment #18 from David Edmundson <k...@davidedmundson.co.uk> ---
Kwin does use QScreen (indirectly)
QDesktopWidget (which kwin uses) was ported to be a thin layer over QScreen
API.

You're right about the cause of the screen problem, problem is it it's not as
simple as porting to:
        const QRect thisScreen =
corona()->screenGeometry(containment()->screen());

as we're calling updateStruts() from both a QScreen related signal and a
kscreen related one.
The first one we can't port from as easily.

Qt 5.6 brought fixes we need, which means Plasma 5.7 can finally use one (well,
two if you count Corona) API.

Yes the situation is broken, but it does have nothing to do with smartphones so
can you avoid the snarky comments.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to