Web: add support for more RawWindowHandle variants (#188)
This commit is contained in:
parent
211db6fc6e
commit
4e8735c6bd
2 changed files with 24 additions and 12 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
- MacOS: Fix double-free of `NSWindow`.
|
||||
- On MacOS, Fix double-free of `NSWindow`.
|
||||
- On Web, add support for more `RawWindowHandle` variants.
|
||||
|
||||
# 0.4.0
|
||||
|
||||
|
|
@ -25,7 +26,7 @@
|
|||
|
||||
* On X11, fix the length of the returned buffer when using the wire-transferred buffer.
|
||||
* On Web, fix incorrect starting coordinates when handling buffer damage.
|
||||
* Or Redox, use `MAP_SHARED`; fixing behavior with latest Orbital.
|
||||
* On Redox, use `MAP_SHARED`; fixing behavior with latest Orbital.
|
||||
* Error instead of segfault on macOS if size isn't set.
|
||||
* Add `OffscreenCanvas` support in web backend.
|
||||
* Add DRM/KMS backend, for running on tty without X/Wayland.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue