Move supported window type masks to matching cpp files
ClosedPublic

Authored by zzag on Sep 20 2019, 7:12 PM.

Details

Summary

SUPPORTED_MANAGED_WINDOW_TYPES_MASK and SUPPORTED_UNMANAGED_WINDOW_TYPES_MASK
are used in client.cpp and unmanaged.cpp, respectively. So, it doesn't make
sense to keep these two in a header file.

Test Plan

Compiles.

Diff Detail

Repository
R108 KWin
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 16845
Build 16863: arc lint + arc unit
zzag created this revision.Sep 20 2019, 7:12 PM
Restricted Application added a project: KWin. · View Herald TranscriptSep 20 2019, 7:12 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Sep 20 2019, 7:12 PM
romangg accepted this revision.Sep 20 2019, 7:33 PM
romangg added a subscriber: romangg.

For reference in the commit message say in one sentence why you are doing this.

This revision is now accepted and ready to land.Sep 20 2019, 7:33 PM
zzag updated this revision to Diff 66558.Sep 20 2019, 7:41 PM
zzag edited the summary of this revision. (Show Details)

Edit summary.

This revision was automatically updated to reflect the committed changes.