Ignoring k_Repeat when deciding whether the same key has been pressed in string input fields

This commit is contained in:
Klaus Schmidinger
2006-04-23 11:43:54 +02:00
parent 42b2676d82
commit b37a4d3c7a
5 changed files with 9 additions and 224 deletions

View File

@@ -4646,3 +4646,5 @@ Video Disk Recorder Revision History
- Fixed a format string in recording.c to avoid a compiler warning on 64bit systems
(thanks to Christian Wieninger for reporting, and Werner Schweer for pointing out
that the 'z' modifier should be used here).
- Ignoring k_Repeat when deciding whether the same key has been pressed in string
input fields (based on a patch from Marko M<>kel<65>).