diff options
author | Bob Pendleton <bob@pendleton.com> | 2008-01-08 00:10:46 +0000 |
---|---|---|
committer | Bob Pendleton <bob@pendleton.com> | 2008-01-08 00:10:46 +0000 |
commit | e065abc334c4f77e839a188bb770079811155d8b (patch) | |
tree | aa86b4b72030e04c2d5624da8b0ef4b324c555ac /include/SDL_compat.h | |
parent | d3b0c22d333076cbaa42ce77e827cbd672b5edc7 (diff) |
Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
Diffstat (limited to 'include/SDL_compat.h')
-rw-r--r-- | include/SDL_compat.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/SDL_compat.h b/include/SDL_compat.h index cdfa7cc4d3..b63b0ce9d2 100644 --- a/include/SDL_compat.h +++ b/include/SDL_compat.h @@ -185,7 +185,10 @@ struct SDL_SysWMinfo; #define SDLK_SCROLLOCK SDLK_SCROLLLOCK #define SDLK_PRINT SDLK_PRINTSCREEN -/* These key constants are obsoleted the new keyboard handling, their definitions here correspond to how they appear on a US keyboard. */ +/* These key constants are obsoleted by the new keyboard handling, + their definitions here correspond to how they appear on a US + keyboard. */ + #define SDLK_EXCLAIM SDLK_1 #define SDLK_QUOTEDBL SDLK_APOSTROPHE #define SDLK_HASH SDLK_3 |