Files
electron/atom/browser/api/atom_api_window.cc
Jeremy Apthorp 8683ba33c1 feat: allow setting window shape (#13789) (backport 2-0-x) (#13989)
This binds Widget::SetShape, an API that already exists in Chromium (for
Windows and Linux). It's a more reliable method of having some parts of
your window be "click-through" than the current `setIgnoreMouseEvents`
API, which messes around with the `WS_EX_LAYERED` window style on
Windows, causing strange bugs and incompatibility with hardware
acceleration.
2018-08-08 23:18:29 -05:00

33 KiB