We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 502

Summary: XRefreshKeyboardMapping undefined
Product: SDL Reporter: Serge van den Boom <svdb+sdl-bugs>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: Other   
OS: Solaris   

Description Serge van den Boom 2007-10-06 15:36:12 UTC
libSDL.so has an unresolved symbol XRefreshKeyboardMapping.

It looks like X_HAVE_UTF8_STRING is not defined on this platform, but XRefreshKeyboardMapping is only defined when it is.
XRefreshKeyboardMapping is used in src/video/x11/SDL_x11events.c regardless of X_HAVE_UTF8_STRING.
Comment 1 Sam Lantinga 2007-12-29 10:51:16 UTC
This is fixed with revision 3486.  Thanks!