mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Sync dwmapi with Wine head
svn path=/trunk/; revision=39262
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
@ stub DwmDefWindowProc
|
||||
@ stub DwmDetachMilContent
|
||||
@ stub DwmEnableBlurBehindWindow
|
||||
@ stub DwmEnableMMCSS
|
||||
@ stdcall DwmEnableMMCSS(long)
|
||||
@ stdcall DwmExtendFrameIntoClientArea(long ptr)
|
||||
@ stdcall DwmFlush()
|
||||
@ stdcall DwmGetColorizationColor(ptr long)
|
||||
|
||||
@@ -93,7 +93,7 @@ HRESULT WINAPI DwmGetColorizationColor(DWORD *colorization, BOOL opaque_blend)
|
||||
/**********************************************************************
|
||||
* DwmFlush (DWMAPI.@)
|
||||
*/
|
||||
HRESULT WINAPI DwmFlush()
|
||||
HRESULT WINAPI DwmFlush(void)
|
||||
{
|
||||
FIXME("() stub\n");
|
||||
|
||||
@@ -119,3 +119,13 @@ HRESULT WINAPI DwmUnregisterThumbnail(HTHUMBNAIL thumbnail)
|
||||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
* DwmEnableMMCSS (DWMAPI.@)
|
||||
*/
|
||||
HRESULT WINAPI DwmEnableMMCSS(BOOL enableMMCSS)
|
||||
{
|
||||
FIXME("(%d) stub\n", enableMMCSS);
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user