mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
Print a message when some special opengl function is called
This commit is contained in:
parent
15892f8936
commit
10c700176c
1 changed files with 2 additions and 0 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue