SDL-mirror/src
Sam Lantinga e91603ac55 Date: Tue, 14 Dec 2004 12:08:30 +0100
From: Marcin Konicki
Subject: Re: [SDL] SDL 1.2.8 Prerelease

I'm sending small fix for BeOS, which prevents filling up SDL's message
queue too fast.
Without it, SDL receives "key down" messages from BeOS code, for each key
repeat (BeOS handles key repeats itself, and application can check if
received "key down" message from BeOS is first time key down, or if it's
repeat, and which repeat it is). Since there is no way for "sdl driver" to
turn off "default" SDL's key-repeat mechanism, they were working both at
the same time (and queue could be filled up very fast).
So this patch removes handling "key down" message from BeOS if it's
key_repeat "type".

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401014
2004-12-14 18:23:27 +00:00
..
audio *** empty log message *** 2004-12-13 08:49:17 +00:00
cdrom Date: Wed, 24 Nov 2004 01:25:48 +0100 2004-11-30 14:45:08 +00:00
cpuinfo Date: Mon, 10 May 2004 10:17:46 -0400 2004-05-16 17:19:48 +00:00
endian Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
events Date: Sun, 18 Jul 2004 00:22:07 -0400 2004-08-21 12:38:50 +00:00
file Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
hermes Updated libtool support so Mingw32 builds work. 2003-10-06 07:13:16 +00:00
joystick Fix from Alfred Perlstein 2004-11-12 21:24:46 +00:00
main Updated for Visual C++ 6 build 2004-11-15 23:34:56 +00:00
thread Date: Fri, 25 Jun 2004 13:29:15 +0100 2004-09-17 13:20:10 +00:00
timer Date: Fri, 25 Jun 2004 13:29:15 +0100 2004-09-17 13:20:10 +00:00
video Date: Tue, 14 Dec 2004 12:08:30 +0100 2004-12-14 18:23:27 +00:00
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
Makefile.am Actually hook the cpuinfo module into the library. :) 2003-11-18 02:16:57 +00:00
SDL.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_error.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_error_c.h Date: Mon, 3 May 2004 03:15:01 +0100 2004-07-18 22:57:40 +00:00
SDL_fatal.c Oops, ignore SIGALRM, not 0 2004-02-26 19:57:37 +00:00
SDL_fatal.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_getenv.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_loadso.c Date: Mon, 5 Jan 2004 00:09:36 +0100 2004-01-05 01:34:34 +00:00