SDL-mirror/include
Sam Lantinga 4637315411 Fixed bug #961
Kalle Olavi Niemitalo      2010-02-28 09:15:50 PST

It seems the SDLK_LMETA and SDLK_RMETA constants have been removed from SDL
1.3.  I grepped for them in the SDL source tree and these were the only hits:

./include/SDL_compat.h:230:#define SDLK_LSUPER SDLK_LMETA
./include/SDL_compat.h:231:#define SDLK_RSUPER SDLK_RMETA
./src/video/bwindow/SDL_BWin.h:194:        keymap[0x66] = SDLK_LMETA;
./src/video/bwindow/SDL_BWin.h:195:        keymap[0x67] = SDLK_RMETA;

I don't know how compatible SDL 1.3 is supposed to be with applications
designed for SDL 1.2.  However, as you can see, SDL itself is still trying to
use the removed constants, and that is clearly a bug.

Because SDL_compat.h defines KMOD_LMETA as KMOD_LGUI, I suppose it should also
define SDLK_LMETA as SDLK_LGUI, and SDLK_RMETA likewise.
2010-03-09 06:07:48 +00:00
..
begin_code.h Fixed bug #926 2010-01-24 21:10:53 +00:00
close_code.h Fixed bug #926 2010-01-24 21:10:53 +00:00
doxyfile SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_assert.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_atomic.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_audio.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_compat.h Fixed bug #961 2010-03-09 06:07:48 +00:00
SDL_config.h.default Partial fix for bug #859 2009-10-19 13:31:58 +00:00
SDL_config.h.in Fixed bug #935 2010-01-24 20:47:20 +00:00
SDL_config_iphoneos.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_config_macosx.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_config_minimal.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_config_nintendods.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_config_pandora.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_config_win32.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_config_wiz.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_copying.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_cpuinfo.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_endian.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_error.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_events.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_haptic.h Joe 2009-11-23 21:31:10 PST 2009-11-27 19:29:27 +00:00
SDL_joystick.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_keyboard.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_keysym.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_loadso.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_main.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_mouse.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_mutex.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_name.h Added a new header file: SDL_loadso.h 2002-03-06 05:20:11 +00:00
SDL_opengl.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_opengles.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_pixels.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_platform.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_power.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_quit.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_rect.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_rwops.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_scancode.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_stdinc.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_surface.h Removed reference to compatibility function 2010-03-05 15:43:46 +00:00
SDL_syswm.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_thread.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_timer.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_types.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_version.h Changed revision details to be a string (an hg changeset) instead of an int. 2010-02-28 02:07:40 -05:00
SDL_video.h Fixed bug #926 2010-01-24 21:10:53 +00:00