Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug #139
The text in SDL_WM_SetCaption() is in UTF-8 encoding.
- Loading branch information
Showing
with
22 additions
and 14 deletions.
- +1 −1 include/SDL_video.h
- +2 −6 src/video/wincommon/SDL_sysevents.c
- +5 −4 src/video/wincommon/SDL_syswm.c
- +14 −3 src/video/x11/SDL_x11wm.c