commit | b1df9d11b1335bbbe091928341a403b0da5ec263 | [log] [tgz] |
---|---|---|
author | Andrey Turkin <andrey.turkin@gmail.com> | Sat Jan 24 22:35:54 2009 +0300 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 26 16:05:53 2009 +0100 |
tree | 79865ecd2fe49ba9c522261226363a5aa2c1b13a | |
parent | e2fa2990296e19b625f3e6cc185d8e87535507bd [diff] [blame] |
dwmapi: Add DwmEnableMMCSS stub.
diff --git a/include/dwmapi.h b/include/dwmapi.h index 710e3f4..551138e 100644 --- a/include/dwmapi.h +++ b/include/dwmapi.h
@@ -32,6 +32,7 @@ DECLARE_HANDLE(HTHUMBNAIL); DWMAPI DwmEnableComposition(UINT); +DWMAPI DwmEnableMMCSS(BOOL); DWMAPI DwmExtendFrameIntoClientArea(HWND,const MARGINS*); DWMAPI DwmGetColorizationColor(DWORD*,BOOL); DWMAPI DwmIsCompositionEnabled(BOOL*);