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

7 years ago
  1. --- a/dlls/user32/input.c
  2. +++ b/dlls/user32/input.c
  3. @@ -382,7 +382,7 @@
  4. if (key_state_info &&
  5. !(key_state_info->state[key] & 0xc0) &&
  6. key_state_info->counter == counter &&
  7. - GetTickCount() - key_state_info->time < 50)
  8. + GetTickCount() - key_state_info->time < 5)
  9. {
  10. /* use cached value */
  11. return 0;