Disabling Compiz (Was: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine)

Austin English austinenglish at gmail.com
Thu May 29 13:51:24 CDT 2008


On Thu, May 29, 2008 at 1:26 PM, H. Verbeet <hverbeet at gmail.com> wrote:
> 2008/5/29 Stefan Dösinger <stefan at codeweavers.com>:
>> However, windows has a DLL which allows apps to disable Aero manually, I think
>> that's wdm.dll.
>>
> dwmapi.dll, iirc.
>
>
>

hModule := DllCall("LoadLibrary", "str", "dwmapi.dll")
DllCall("dwmapi\DwmEnableComposition", "uint", 0)

http://www.autohotkey.com/forum/topic23347.html


More information about the wine-devel mailing list