include: Fix packing of DWM_BLURBEHIND.
Spotted by Christoph von Wittich.
This commit is contained in:
parent
8f517054d2
commit
1fcc75299f
|
@ -95,8 +95,6 @@ typedef struct _MilMatrix3x2D
|
|||
DOUBLE DY;
|
||||
} MilMatrix3x2D;
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
#define DWM_BB_ENABLE 0x00000001
|
||||
#define DWM_BB_BLURREGION 0x00000002
|
||||
#define DWM_BB_TRANSITIONONMAXIMIZED 0x00000004
|
||||
|
@ -109,6 +107,8 @@ typedef struct _DWM_BLURBEHIND
|
|||
BOOL fTransitionOnMaximized;
|
||||
} DWM_BLURBEHIND, *PDWM_BLURBEHIND;
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
DWMAPI DwmDefWindowProc(HWND, UINT, WPARAM, LPARAM, LRESULT*);
|
||||
DWMAPI DwmEnableBlurBehindWindow(HWND, const DWM_BLURBEHIND *);
|
||||
DWMAPI DwmEnableComposition(UINT);
|
||||
|
|
Loading…
Reference in New Issue