mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
misc fixs
This commit is contained in:
parent
ce73865643
commit
6be1c0968c
4 changed files with 22 additions and 30 deletions
|
|
@ -1648,7 +1648,7 @@ gfxWindowsPlatform::DwmCompositionEnabled()
|
|||
return false;
|
||||
}
|
||||
|
||||
//MOZ_ASSERT(WinUtils::dwmIsCompositionEnabledPtr);
|
||||
MOZ_ASSERT(WinUtils::dwmIsCompositionEnabledPtr);
|
||||
BOOL dwmEnabled = false;
|
||||
|
||||
if (!WinUtils::dwmIsCompositionEnabledPtr || FAILED(WinUtils::dwmIsCompositionEnabledPtr(&dwmEnabled))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue