Update x11_util.cc

This commit is contained in:
Alexander David Frick 2021-11-21 01:06:24 -06:00 committed by GitHub
parent d5f1409774
commit 27f8b7e3fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -617,7 +617,7 @@ bool HasWMSpecProperty(const base::flat_set<x11::Atom>& properties,
bool GetCustomFramePrefDefault() {
// Never default to using the custom title bar. Chromium should integrate, not be a special little snowflake.
return false;
return false;
}
bool IsWmTiling(WindowManagerName window_manager) {