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:
parent
128e8d23fa
commit
5afe056c71
@ -292,6 +292,9 @@ AppServer::LaunchInputServer()
|
||||
snooze(250000);
|
||||
}
|
||||
|
||||
// we sleep a bit more
|
||||
snooze(1000000);
|
||||
|
||||
if (fQuittingServer)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user