Fixed cursor bug; made some cursor handlers temporaly unavailable. :-D - this is part of moving PollerThread into RootLayer class.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10852 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2005-01-18 22:23:34 +00:00
parent 0aa393f411
commit e32785759f
8 changed files with 64 additions and 130 deletions
+2 -1
View File
@@ -1012,7 +1012,8 @@ void ServerWindow::DispatchMessage(int32 code, LinkMsgReader &link)
link.Read<int32>(&token);
cursormanager->SetCursor(token);
debugger("AS_LAYER_CURSOR: not yet available\n");
// cursormanager->SetCursor(token);
break;
}