Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76448
Collapse All | Expand All

(-)SDL-1.2.7.orig/src/events/SDL_keyboard.c (-1 / +2 lines)
Lines 491-497 Link Here
491
			/*
491
			/*
492
			 * jk 991215 - Added
492
			 * jk 991215 - Added
493
			 */
493
			 */
494
			if ( SDL_KeyRepeat.timestamp ) {
494
			if ( ( SDL_KeyRepeat.evt.key.keysym.sym == keysym->sym )
495
					&& SDL_KeyRepeat.timestamp ) {
495
				SDL_KeyRepeat.timestamp = 0;
496
				SDL_KeyRepeat.timestamp = 0;
496
			}
497
			}
497
			break;
498
			break;

Return to bug 76448