chore: bump chromium to 93.0.4558.0 (main) (#29895)
* chore: bump chromium in DEPS to 93.0.4553.0 * chore: update patches * chore: bump chromium in DEPS to 93.0.4555.0 * chore: update patches * chore: bump chromium in DEPS to 93.0.4556.0 * chore: update patches * chore: bump chromium in DEPS to 93.0.4557.0 * chore: update patches * Fix warnings for -Wc++11-narrowing. Refs:2942212
* fixup! Fix warnings for -Wc++11-narrowing. * chore: run gen-libc++-filenames.js * Reland "Roll src/buildtools/third_party/libc++/trunk/ 8fa879467..79a2e924d (426 commits)"2988699
* chore: bump chromium in DEPS to 93.0.4558.0 * chore: update patches Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: deepak1556 <hop2deep@gmail.com>
This commit is contained in:
parent
37b57a1013
commit
d3c1f10e33
38 changed files with 133 additions and 107 deletions
|
@ -20,10 +20,10 @@
|
|||
namespace electron {
|
||||
|
||||
void SetWMSpecState(x11::Window window, bool enabled, x11::Atom state) {
|
||||
ui::SendClientMessage(window, ui::GetX11RootWindow(),
|
||||
x11::GetAtom("_NET_WM_STATE"),
|
||||
{enabled ? 1 : 0, static_cast<uint32_t>(state),
|
||||
static_cast<uint32_t>(x11::Window::None), 1, 0});
|
||||
ui::SendClientMessage(
|
||||
window, ui::GetX11RootWindow(), x11::GetAtom("_NET_WM_STATE"),
|
||||
{static_cast<uint32_t>(enabled ? 1 : 0), static_cast<uint32_t>(state),
|
||||
static_cast<uint32_t>(x11::Window::None), 1, 0});
|
||||
}
|
||||
|
||||
void SetWindowType(x11::Window window, const std::string& type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue