On Thu, May 29, 2008 at 1:26 PM, H. Verbeet hverbeet@gmail.com wrote:
2008/5/29 Stefan Dösinger stefan@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)