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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user