Commit 1fcc7529 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Fix packing of DWM_BLURBEHIND.

Spotted by Christoph von Wittich.
parent 8f517054
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment