Accidently disabled set_mouse_position() with my last commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13736 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -620,8 +620,7 @@ TermWindow::TermWinActivate (void)
|
||||
|
||||
if (focus_follows_mouse()) {
|
||||
BPoint aMouseLoc = this->Frame().LeftTop();
|
||||
// ToDo: deactivated for now
|
||||
//set_mouse_position(int32(aMouseLoc.x + 16), int32(aMouseLoc.y + 2));
|
||||
set_mouse_position(int32(aMouseLoc.x + 16), int32(aMouseLoc.y + 2));
|
||||
be_app->SetCursor(B_HAND_CURSOR);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user