17 Oct
2019
17 Oct
'19
7:15 p.m.
Joel Leclerc <meerkatanonymous(a)gmail.com> writes:
HRESULT WINAPI DwmIsCompositionEnabled(BOOL *enabled) { - static int once; - if (!once) - { - FIXME("%p\n", enabled); - once = 1; - } - else - TRACE("%p\n", enabled); + TRACE("%p\n", enabled);
- *enabled = FALSE; + *enabled = TRUE;
It seems that this is only moving the problem around. We'd probably need to check the manifest version as described in MSDN. -- Alexandre Julliard julliard(a)winehq.org