use the Cocoa method for hiding cursor, not Quickdraw. b=377807 r=cbarrett sr=pav

git-svn-id: svn://10.0.0.236/trunk@224654 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2007-04-17 21:41:31 +00:00
parent 672dd2a167
commit a56cb3cea1

View File

@@ -3696,7 +3696,7 @@ static PRBool IsSpecialGeckoKey(UInt32 macKeyCode)
if (outGeckoEvent->message == NS_KEY_PRESS && !outGeckoEvent->isMeta && outGeckoEvent->keyCode != NS_VK_PAGE_UP &&
outGeckoEvent->keyCode != NS_VK_PAGE_DOWN)
::ObscureCursor();
[NSCursor setHiddenUntilMouseMoves:YES];
}