Will be useful for making plasma widgets not move about
on multi monitor. QtWayland already supports it
Details
Details
- Reviewers
zzag - Group Reviewers
KWin - Commits
- R127:8b355825a3b8: Add XdgOutputV1 version 2
Unit test
Diff Detail
Diff Detail
- Repository
- R127 KWayland
- Branch
- master
- Lint
Lint Errors Excuse: sdf Severity Location Code Message Error src/client/datadevicemanager.h:76 Cppcheck unknownMacro Error src/client/output.h:97 Cppcheck unknownMacro Error src/client/output.h:97 Cppcheck unknownMacro - Unit
No Unit Test Coverage - Build Status
Buildable 22735 Build 22753: arc lint + arc unit
Comment Actions
+1 LGTM
src/server/xdgoutput_interface.cpp | ||
---|---|---|
319 | noob question: what would happen if you didn't have this check? |
src/server/xdgoutput_interface.cpp | ||
---|---|---|
319 | If a client that only knew version1 connected and we sent this event, the client would raise a protocol error and quit. |