mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 638756 - Stop occasional crashes when using mouse wheel when the Elantech touchpad hack is enabled r=jmathies
This commit is contained in:
parent
48cfddf179
commit
e796e7e90a
@ -7758,7 +7758,7 @@ HWND nsWindow::FindOurWindowAtPoint(const POINT& aPoint)
|
||||
return info.mOutHWND;
|
||||
}
|
||||
|
||||
typedef DWORD (*GetProcessImageFileNameProc)(HANDLE, LPWSTR, DWORD);
|
||||
typedef DWORD (WINAPI *GetProcessImageFileNameProc)(HANDLE, LPWSTR, DWORD);
|
||||
|
||||
// Determine whether the given HWND is the handle for the Elantech helper
|
||||
// window. The helper window cannot be distinguished based on its
|
||||
|
Loading…
Reference in New Issue
Block a user