Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Resolved bug #130
Use XFilterEvent() to handle dead-key composition under X11 Cleaned up the code in preparation for 1.3 API changes
- Loading branch information
Showing
with
372 additions
and 291 deletions.
- +13 −7 src/events/SDL_keyboard.c
- +51 −8 src/video/dga/SDL_dgaevents.c
- +303 −272 src/video/x11/SDL_x11events.c
- +1 −1 src/video/x11/SDL_x11events_c.h
- +1 −0 src/video/x11/SDL_x11sym.h
- +1 −1 src/video/x11/SDL_x11video.c
- +2 −2 src/video/x11/SDL_x11video.h
Oops, something went wrong.