Bug 1822911 - Ignore bogus leave-notify on pekwm. r=stransky

Differential Revision: https://phabricator.services.mozilla.com/D174368
This commit is contained in:
Emilio Cobos Álvarez 2023-04-03 09:03:11 +00:00
parent caac5b933a
commit cd0d1c9898

View File

@ -4234,6 +4234,7 @@ static bool IsBogusLeaveNotifyEvent(GdkWindow* aWindow,
return desktopEnv.EqualsLiteral("fluxbox") || // Bug 1805939 comment 0.
desktopEnv.EqualsLiteral("blackbox") || // Bug 1805939 comment 32.
desktopEnv.EqualsLiteral("lg3d") || // Bug 1820405.
desktopEnv.EqualsLiteral("pekwm") || // Bug 1822911.
StringBeginsWith(desktopEnv, "fvwm"_ns);
}();