mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 03:34:44 -05:00
Patched to compile with debugging enabled.
This commit is contained in:
@@ -56,7 +56,7 @@ static void *X11_GetSym(int required, const char *fnname, int *rc)
|
||||
if (fn != NULL)
|
||||
printf("X11: Found '%s' in libXext (%p)\n", fnname, fn);
|
||||
else
|
||||
printf("X11: Symbol '%s' NOT FOUND!%s\n", fnname
|
||||
printf("X11: Symbol '%s' NOT FOUND!%s\n", fnname,
|
||||
required ? "" : " (...but not required!)");
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user