Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
390 B

--- a/dlls/user32/input.c
+++ b/dlls/user32/input.c
@@ -382,7 +382,7 @@
if (key_state_info &&
!(key_state_info->state[key] & 0xc0) &&
key_state_info->counter == counter &&
- GetTickCount() - key_state_info->time < 50)
+ GetTickCount() - key_state_info->time < 5)
{
/* use cached value */
return 0;