Print a message when some special opengl function is called

This commit is contained in:
Alexander Gottwald 2004-03-12 00:28:37 +00:00
parent 15892f8936
commit 10c700176c

View file

@ -22,6 +22,8 @@
init = FALSE; \
if (proc == NULL) \
ErrorF("glwrap: Can't resolve \"%s\"\n", symbol); \
else \
ErrorF("glwrap: resolved \"%s\"\n", symbol); \
} \
if (proc == NULL) { \
__glXErrorCallBack(NULL, 0); \