This commit is contained in:
Doug Turner 2009-08-27 16:26:43 -07:00
Родитель 0152b9f7c9
Коммит d166969bc4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3838,7 +3838,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM &wParam, LPARAM &lParam,
case WM_MOUSEMOVE:
{
#ifdef WINCE
#ifdef WINCE_WINDOWS_MOBILE
// Reset the kill timer so that we can continue at this
// priority
SetTimer(mWnd, KILL_PRIORITY_ID, 2000 /* 2seconds */, NULL);