Commit 3eebcae2 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Patched to compile with debugging enabled.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401248
parent 589c3c22
...@@ -56,7 +56,7 @@ static void *X11_GetSym(int required, const char *fnname, int *rc) ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment