This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Checking in Christian Walther's patch for x11 keyboard input. Minor c…
…ode tweaks by Bob.
- Loading branch information
Showing
with
1,484 additions
and 105 deletions.
- +4 −1 include/SDL_compat.h
- +4 −3 include/SDL_keysym.h
- +43 −8 src/events/SDL_keyboard.c
- +2 −2 src/joystick/darwin/SDL_sysjoystick.c
- +10 −10 src/video/SDL_renderer_gl.c
- +38 −67 src/video/x11/SDL_x11events.c
- +992 −1 src/video/x11/SDL_x11keyboard.c
- +2 −1 src/video/x11/SDL_x11keyboard.h
- +4 −8 src/video/x11/SDL_x11video.c
- +1 −0 src/video/x11/SDL_x11video.h
- +345 −0 src/video/x11/imKStoUCS.c
- +31 −0 src/video/x11/imKStoUCS.h
- +8 −4 test/checkkeys.c
Oops, something went wrong.