added a snooze, input_server is well started by app_server this way

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12924 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-06-01 22:41:22 +00:00
parent 128e8d23fa
commit 5afe056c71

View File

@ -292,6 +292,9 @@ AppServer::LaunchInputServer()
snooze(250000);
}
// we sleep a bit more
snooze(1000000);
if (fQuittingServer)
return;