Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Patched to compile with debugging enabled.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/x11/SDL_x11dyn.c
|
@@ -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 |
|
|
} |
|
|