Fix typo in linux native binding
This commit is contained in:
parent
23939a59b3
commit
406372638e
|
@ -338,7 +338,7 @@ void fast_send_string(const char * string, int32_t delay) {
|
||||||
XGetInputFocus(xdo_context->xdpy, &focused, &revert_to);
|
XGetInputFocus(xdo_context->xdpy, &focused, &revert_to);
|
||||||
|
|
||||||
int actual_delay = 1;
|
int actual_delay = 1;
|
||||||
if delay > 0 {
|
if (delay > 0) {
|
||||||
actual_delay = delay * 1000;
|
actual_delay = delay * 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user