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
+3 -4
View File
@@ -130,15 +130,14 @@ AppServer::AppServer(void)
gui_colorset.SetToDefaults();
InitDecorators();
// Create the cursor manager. Object declared in CursorManager.cpp
cursormanager= new CursorManager();
// Set up the Desktop
desktop= new Desktop();
desktop->Init();
// Create the cursor manager. Object declared in CursorManager.cpp
cursormanager= new CursorManager();
cursormanager->SetCursor(B_CURSOR_DEFAULT);
// Create the bitmap allocator. Object declared in BitmapManager.cpp
bitmapmanager= new BitmapManager();