mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Bug 597469 - Provide window emulation for Dolphin products, r=surkov, a=blocking
This commit is contained in:
parent
6ef749733c
commit
48bb2880ab
@ -133,7 +133,8 @@ bool
|
||||
nsWinUtils::IsWindowEmulationEnabled()
|
||||
{
|
||||
return ::GetModuleHandleW(kJAWSModuleHandle) ||
|
||||
::GetModuleHandleW(kWEModuleHandle);
|
||||
::GetModuleHandleW(kWEModuleHandle) ||
|
||||
::GetModuleHandleW(kDolphnModuleHandle);
|
||||
}
|
||||
|
||||
bool
|
||||
|
@ -51,7 +51,7 @@ const LPCWSTR kClassNameTabContent = L"MozillaContentWindowClass";
|
||||
|
||||
const LPCWSTR kJAWSModuleHandle = L"jhook";
|
||||
const LPCWSTR kWEModuleHandle = L"gwm32inc";
|
||||
const LPCWSTR kNVDAModuleHandle = L"VBufBackend_gecko_ia2";
|
||||
const LPCWSTR kDolphnModuleHandle = L"dolwinhk";
|
||||
|
||||
class nsWinUtils
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user