Windows: Fix transparency (#675)

* Windows: Fix transparency (#260)

* Windows: Only enable WS_EX_LAYERED for transparent windows

* Update winapi to 0.3.6

* Windows: Amend transparency code

* Add transparency fix to CHANGELOG.md
This commit is contained in:
Alex Taylor 2018-10-17 17:23:59 -07:00 committed by Francesca Plebani
parent 5d5fcb3911
commit 26b70e457b
3 changed files with 23 additions and 3 deletions

View file

@ -12,6 +12,7 @@
- Fixed UTF8 handling bug in X11 `set_title` function.
- On Windows, `Window::set_cursor` now applies immediately instead of requiring specific events to occur first.
- On Windows, fix window.set_maximized().
- On Windows, fix transparency (#260).
# Version 0.17.2 (2018-08-19)