mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -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,7 +616,7 @@ bool HasWMSpecProperty(const base::flat_set<x11::Atom>& properties,
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GetCustomFramePrefDefault() {
|
bool GetCustomFramePrefDefault() {
|
||||||
// _NET_WM_MOVERESIZE is needed for frame-drag-initiated window movement.
|
// Never default to using the custom title bar. Chromium should integrate, not be a special little snowflake.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue