The Desktop class now inherits from MessageLooper as well, the AppServer

class runs it, too.
No real message processing is done yet, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13816 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-07-24 17:14:17 +00:00
parent c6a2527297
commit 5f2edc0ffc
3 changed files with 25 additions and 2 deletions
+1
View File
@@ -171,6 +171,7 @@ AppServer::AppServer() :
// Set up the Desktop
gDesktop = new Desktop();
gDesktop->Init();
gDesktop->Run();
// TODO: Maybe this is not the best place for this
InitializeColorMap();