Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux: Default to custom frame for EWMH-supporting WMs.
Change the logic for determining if we should default to custom window frames (as opposed to using WM-drawn titlebars): a) Don't use custom frames for window managers that don't support EWMH (Extended Window Manager Hints). b) Don't use custom frames for EWMH-supporting tiling WMs and a few other WMs that don't play well with custom frames. c) Otherwise, use custom frames. Previously, custom frames were only used for a hardcoded set of EWMH-supporting window managers. BUG=345482 Review URL: https://codereview.chromium.org/578443004 Cr-Commit-Position: refs/heads/master@{#295975}
- Loading branch information