# HG changeset patch # User Ryan C. Gordon # Date 1143172177 0 # Node ID a1ee5944412b7d69424a5996e6b74b9909ba79db # Parent c3b5d17277d43d670effc348dfbd76ce152da577 SDL_X11_LoadSymbols() was reporting success when required symbols weren't found! diff -r c3b5d17277d4 -r a1ee5944412b src/video/x11/SDL_x11dyn.c --- a/src/video/x11/SDL_x11dyn.c Thu Mar 23 22:11:29 2006 +0000 +++ b/src/video/x11/SDL_x11dyn.c Fri Mar 24 03:49:37 2006 +0000 @@ -171,6 +171,7 @@ if (!SDL_X11_HAVE_BASEXLIB) { /* some required symbol didn't load. */ SDL_X11_UnloadSymbols(); /* in case something got loaded... */ + rc = 0; } } #else