include: Fix packing of DWM_BLURBEHIND.

Spotted by Christoph von Wittich.
oldstable
Nikolay Sivov 2015-02-26 18:15:17 +03:00 committed by Alexandre Julliard
parent 8f517054d2
commit 1fcc75299f
1 changed files with 2 additions and 2 deletions

View File

@ -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);