Make it possible to stream only input
ClosedPublic

Authored by apol on Jan 23 2020, 3:59 PM.

Details

Summary

No need to share our screen contents to be able to move the mouse.

Test Plan

Diff Detail

Repository
R838 Flatpak Support: KDE Portal for XDG Desktop
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 21586
Build 21604: arc lint + arc unit
apol created this revision.Jan 23 2020, 3:59 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 23 2020, 3:59 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
apol requested review of this revision.Jan 23 2020, 3:59 PM
jgrulich accepted this revision.Jan 23 2020, 4:49 PM
This revision is now accepted and ready to land.Jan 23 2020, 4:49 PM
jgrulich added inline comments.Jan 23 2020, 4:50 PM
src/waylandintegration.cpp
257

Maybe use m_streamInput = true for consistendy with stopStreaming() where you use m_streamInput = false.