Patched to compile with debugging enabled.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401248
This commit is contained in:
parent
589c3c2241
commit
3eebcae2d9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ static void *X11_GetSym(int required, const char *fnname, int *rc)
|
||||||
if (fn != NULL)
|
if (fn != NULL)
|
||||||
printf("X11: Found '%s' in libXext (%p)\n", fnname, fn);
|
printf("X11: Found '%s' in libXext (%p)\n", fnname, fn);
|
||||||
else
|
else
|
||||||
printf("X11: Symbol '%s' NOT FOUND!%s\n", fnname
|
printf("X11: Symbol '%s' NOT FOUND!%s\n", fnname,
|
||||||
required ? "" : " (...but not required!)");
|
required ? "" : " (...but not required!)");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue