diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/rust/winapi-0.2.8/src/dwmapi.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/rust/winapi-0.2.8/src/dwmapi.rs b/third_party/rust/winapi-0.2.8/src/dwmapi.rs new file mode 100644 index 0000000000..f95e8f1d70 --- /dev/null +++ b/third_party/rust/winapi-0.2.8/src/dwmapi.rs @@ -0,0 +1,9 @@ +// Copyright © 2015, Peter Atashian +// Licensed under the MIT License <LICENSE.md> +//! Procedure declarations, constant definitions, and macros for the NLS component. +STRUCT!{struct DWM_BLURBEHIND { + dwFlags: ::DWORD, + fEnable: ::BOOL, + hRgnBlur: ::HRGN, + fTransitionOnMaximized: ::BOOL, +}} |