georgexu99

#50193: docs: document Wayland frameless window shadow behaviour

Merged
Created: Mar 10, 2026, 6:30:02 PM
Merged: Mar 10, 2026, 8:37:38 PM
2 comments
Target: main

Description of Change

This change documents the new Wayland behavior where frameless windows have GTK drop shadows and extended resize boundaries by default (#49295)

Checklist

Release Notes

Notes: none

Backports

41-x-y
Merged
PR Number
#50195
Merged At
Mar 11, 2026, 2:37:32 PM
Released In
v41.0.1
Release Date
Mar 11, 2026, 11:13:47 PM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron