pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c42c378
)
Fix the conversion from microseconds to nanoseconds
author
Quentin Rameau
<quinq@fifth.space>
Sun, 27 Sep 2015 22:18:35 +0000
(
00:18
+0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 27 Sep 2015 22:27:09 +0000
(
00:27
+0200)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index
aa6e5d8
..
cf5d976
100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-203,7
+203,7
@@
drawmenu(void)
static void
grabkeyboard(void)
{
- struct timespec ts = { .tv_sec =
1, .tv_nsec =
0 };
+ struct timespec ts = { .tv_sec =
0, .tv_nsec = 100000
0 };
int i;
/* try to grab keyboard, we may have to wait for another process to ungrab */