[PATCH] Implement DwmIsCompositionEnabled

Dmitry Timoshkov dmitry at baikal.ru
Thu Oct 3 05:36:31 CDT 2019


Joel Leclerc <meerkatanonymous at gmail.com> wrote:

> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39469

For that particular bug report just making DwmIsCompositionEnabled()
return TRUE is enough according to the bug comments, reading the value
from registry doesn't add anything useful. Besides, reading a DWORD
value from the registry could be done in less lines of code and without
passing not initialzied values to the registry APIs.

-- 
Dmitry.



More information about the wine-devel mailing list