diff options
| -rw-r--r-- | uisimulator/x11/button-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c index e41b720..53639a3 100644 --- a/uisimulator/x11/button-x11.c +++ b/uisimulator/x11/button-x11.c @@ -109,7 +109,7 @@ int button_get(bool block) do { bits = get_raw_button(); if(block && !bits) - x11_sleep(HZ/4); + x11_sleep(HZ/10); else break; } while(1); |