Diffusion KWin 17d4cbe12510

[wayland] Correctly initialise m_requestedClientSize

Authored by davidedmundson on Oct 11 2018, 9:58 PM.

Description

[wayland] Correctly initialise m_requestedClientSize

QSize default constructor does not set width/height to 0,0 but instead
to an invalid size -1,-1. This went unnoticed as Qt5.12 corrected these
values to the intended 0,0.

Reviewed By: Roman Gilg

Details

Committed
davidedmundsonOct 11 2018, 10:50 PM
Parents
R108:8971af19e351: Merge branch 'Plasma/5.14'
Branches
Unknown
Tags
Unknown