diff options
author | Geenz <geenz@geenzo.com> | 2013-02-02 12:49:39 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-02-02 12:49:39 -0500 |
commit | bf1e9124f1530339bfa35652a3b3e329b32a3240 (patch) | |
tree | ce87d2c23e17667c534f0872f56c3575c54890eb /indra/llwindow/llwindowmacosx.cpp | |
parent | f39532c407229403f6d67312638bf5dc3514687d (diff) |
Restore the old Carbon crash handler, and more deprecated API removal.
Diffstat (limited to 'indra/llwindow/llwindowmacosx.cpp')
-rw-r--r-- | indra/llwindow/llwindowmacosx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index f25fc82896..2e86759ec0 100644 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -1350,7 +1350,7 @@ void LLWindowMacOSX::updateCursor() { default: case UI_CURSOR_ARROW: - InitCursor(); + setArrowCursor(); if(mCursorHidden) { // Since InitCursor resets the hide level, correct for it here. @@ -1410,7 +1410,7 @@ void LLWindowMacOSX::updateCursor() if(result != noErr) { - InitCursor(); + setArrowCursor(); } mCurrentCursor = mNextCursor; |