blob: f95e8f1d7093f0d399769d29ae2a0c0376e8b002 [file] [log] [blame] [edit]
// 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,
}}