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

@ -35,7 +35,7 @@ core-foundation = "0.6"
core-graphics = "0.16"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3.5"
version = "0.3.6"
features = [
"combaseapi",
"dwmapi",