My KWIN fork where I work on features like per-output virtual desktops
3e6bc3621b
Coverity complains (in CID 1335150) about `Generator::parseInterface()` since the default copy-ctor for `Interface` will end up copying uninitialized memory (the unset `m_factory` member). Fixed by initializing the m_factory. REVIEW:127836 |
||
---|---|---|
src/wayland |