]> git.proxmox.com Git - rustc.git/blob - src/vendor/winapi/src/dwmapi.rs
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / winapi / src / dwmapi.rs
1 // Copyright © 2015, Peter Atashian
2 // Licensed under the MIT License <LICENSE.md>
3 //! Procedure declarations, constant definitions, and macros for the NLS component.
4 STRUCT!{struct DWM_BLURBEHIND {
5 dwFlags: ::DWORD,
6 fEnable: ::BOOL,
7 hRgnBlur: ::HRGN,
8 fTransitionOnMaximized: ::BOOL,
9 }}