Fix transparency on X11 (#2006)

* find transparent in x11

* remove debug hooks

* update changelog

* polish and failed to find visual warning
This commit is contained in:
sandmor 2021-08-22 13:45:24 -05:00 committed by GitHub
parent b5d0d6ff3e
commit b54d47796d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 16 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On X11, select an appropriate visual for transparency if is requested
- On Wayland and X11, fix diagonal window resize cursor orientation.
- On macOS, drop the event callback before exiting.
- On Android, implement `Window::request_redraw`