mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update x11_util.cc
This commit is contained in:
parent
a870401beb
commit
64baf718d6
1 changed files with 2 additions and 2 deletions
|
@ -616,8 +616,8 @@ bool HasWMSpecProperty(const base::flat_set<x11::Atom>& properties,
|
|||
}
|
||||
|
||||
bool GetCustomFramePrefDefault() {
|
||||
// _NET_WM_MOVERESIZE is needed for frame-drag-initiated window movement.
|
||||
return false;
|
||||
// Never default to using the custom title bar. Chromium should integrate, not be a special little snowflake.
|
||||
return false;
|
||||
}
|
||||
|
||||
bool IsWmTiling(WindowManagerName window_manager) {
|
||||
|
|
Loading…
Reference in a new issue