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:
parent
5d5fcb3911
commit
26b70e457b
3 changed files with 23 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue