Make support for taking focus opt-in
AbandonedPublic

Authored by zzag on Mar 2 2020, 11:12 AM.

Details

Reviewers
None
Group Reviewers
KWin
Summary

In long term, we want to split XdgShellClient into several classes. One
for xdg-toplevel role, and the other one for xdg-popup role. This change
makes the ability to take focus opt-in because it is not applicable to
popups.

Diff Detail

Repository
R108 KWin
Lint
Lint SkippedExcuse: foo
Unit
No Unit Test Coverage
Build Status
Buildable 23139
Build 23157: arc lint + arc unit
zzag created this revision.Mar 2 2020, 11:12 AM
Restricted Application added a project: KWin. · View Herald TranscriptMar 2 2020, 11:12 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Mar 2 2020, 11:12 AM
apol added a subscriber: apol.Mar 2 2020, 12:19 PM

This patch doesn't change anything as far as I can tell. It just moves the default implementation to its parent. Not that there's anything wrong with it, but the commit message reads as if it was supposed to do something.

zzag abandoned this revision.Mar 2 2020, 12:54 PM

Will rework the commit message and merge with other related changes.