patch by mbockelkamp@web.de r=bryner sr=bryner
This commit is contained in:
timeless%mozdev.org 2003-09-11 03:18:57 +00:00
Родитель ba4f371972
Коммит d5740a7228
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1025,7 +1025,6 @@ void CALLBACK MouseTrailer::TimerProc(HWND hWnd, UINT msg, UINT event, DWORD tim
mp.y = HIWORD(pos);
if (::WindowFromPoint(mp) != mHoldMouse->GetWindowHandle()) {
int64 time = PR_Now(); // time in milliseconds
::ScreenToClient(mHoldMouse->GetWindowHandle(), &mp);
//notify someone that a mouse exit happened