AddCursor
if (AddCursor(cursor) < B_OK)
if (AddCursor(cursor) < B_OK) {
AddCursor(cursorMember, id);
AddCursor(cursor, id);
int32 AddCursor(ServerCursor* cursor,
status_t result = AddCursor(which, bitmap.Get(), hotspot);
status_t AddCursor(BCursorID which,const BBitmap *cursor, const BPoint &hotspot);
status_t AddCursor(BCursorID which, uint8 *data);
token = fDesktop->GetCursorManager().AddCursor(cursor);
reply.AddCursor(CursorAndDragBitmap().Get());
message.AddCursor(CursorAndDragBitmap().Get());
message.AddCursor(CursorAndDragBitmap().Get());
void AddCursor(const ServerCursor& cursor);