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 }}
10