diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.cpp b/linden/indra/llwindow/llwindowmacosx.cpp index 7efba51..4dedc03 100644 --- a/linden/indra/llwindow/llwindowmacosx.cpp +++ b/linden/indra/llwindow/llwindowmacosx.cpp | |||
@@ -1383,11 +1383,11 @@ void LLWindowMacOSX::setMouseClipping( BOOL b ) | |||
1383 | 1383 | ||
1384 | if(b) | 1384 | if(b) |
1385 | { | 1385 | { |
1386 | // llinfos << "setMouseClipping(TRUE)" << llendl | 1386 | // llinfos << "setMouseClipping(TRUE)" << llendl; |
1387 | } | 1387 | } |
1388 | else | 1388 | else |
1389 | { | 1389 | { |
1390 | // llinfos << "setMouseClipping(FALSE)" << llendl | 1390 | // llinfos << "setMouseClipping(FALSE)" << llendl; |
1391 | } | 1391 | } |
1392 | 1392 | ||
1393 | adjustCursorDecouple(); | 1393 | adjustCursorDecouple(); |
@@ -1405,7 +1405,7 @@ BOOL LLWindowMacOSX::setCursorPosition(const LLCoordWindow position) | |||
1405 | 1405 | ||
1406 | CGPoint newPosition; | 1406 | CGPoint newPosition; |
1407 | 1407 | ||
1408 | // llinfos << "setCursorPosition(" << screen_pos.mX << ", " << screen_pos.mY << ")" << llendl | 1408 | // llinfos << "setCursorPosition(" << screen_pos.mX << ", " << screen_pos.mY << ")" << llendl; |
1409 | 1409 | ||
1410 | newPosition.x = screen_pos.mX; | 1410 | newPosition.x = screen_pos.mX; |
1411 | newPosition.y = screen_pos.mY; | 1411 | newPosition.y = screen_pos.mY; |