projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f0d89
)
wait for 20 seconds instead of 20 milliseconds for a netwm window manager to appear
author
Dana Jansens
<danakj@orodu.net>
Thu, 25 Jul 2002 03:14:10 +0000
(
03:14
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 25 Jul 2002 03:14:10 +0000
(
03:14
+0000)
util/epist/screen.cc
patch
|
blob
|
history
diff --git
a/util/epist/screen.cc
b/util/epist/screen.cc
index 80a579cc2d0e0c5fdeacb9249a8f513af8260691..39b11d25d3b064d1fb7270eef991a4be4dc4a017 100644
(file)
--- a/
util/epist/screen.cc
+++ b/
util/epist/screen.cc
@@
-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)