This revision was automatically updated to reflect the committed changes.
Closed by commit R127:764b16544468: Fix stupid copy paste bug in XDGShellV6
Client (authored by davidedmundson).
REPOSITORY
R127 KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D13494?vs=36050&id=36510
davidedmundson added a dependent revision: D13530: Add XDG WmBase support.
REPOSITORY
R127 KWayland
BRANCH
xdg_squash
REVISION DETAIL
https://phabricator.kde.org/D13494
To: davidedmundson, #kwin, romangg
Cc: romangg, kde-frameworks-devel, michaelh, ngraham, bruns
romangg accepted this revision.
romangg added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> xdgshell_v6.cpp:180
> uint32_t constraint = 0;
> +
> if
> (positioner.constraints().testFlag(XdgPositioner::Constraint::SlideX)) {
remove this new line
RE
davidedmundson updated this revision to Diff 36050.
davidedmundson added a comment.
fix
REPOSITORY
R127 KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D13494?vs=36049&id=36050
BRANCH
xdg_squash
REVISION DETAIL
https://phabricator.kde.org/D13494
AFFECTED FILES
src/
davidedmundson created this revision.
davidedmundson added a reviewer: KWin.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: kde-frameworks-devel.
davidedmundson requested review of this revision.
REVISION SUMMARY
Wasn't spotted because of the bug i