wait for 20 seconds instead of 20 milliseconds for a netwm window manager to appear
authorDana Jansens <danakj@orodu.net>
Thu, 25 Jul 2002 03:14:10 +0000 (03:14 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 25 Jul 2002 03:14:10 +0000 (03:14 +0000)
util/epist/screen.cc

index 80a579c..39b11d2 100644 (file)
@@ -65,7 +65,7 @@ screen::screen(epist *epist, int number)
   _managed = false;
   while (! (_epist->doShutdown() || _managed || count <= 0)) {
     if (! (_managed = findSupportingWM()))
-      usleep(1000);
+      sleep(1);
     --count;
   }
   if (_managed)