change error message
This commit is contained in:
@@ -47,11 +47,12 @@ _eglError(EGLint errCode, const char *msg)
|
||||
if (_eglGlobal.LastError == EGL_SUCCESS) {
|
||||
_eglGlobal.LastError = errCode;
|
||||
/* XXX temporary */
|
||||
fprintf(stderr, "EGL Error 0x%x in %s\n", errCode, msg);
|
||||
fprintf(stderr, "EGL user error 0x%x in %s\n", errCode, msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Return a new screen handle/ID.
|
||||
* NOTE: we never reuse these!
|
||||
|
||||
Reference in New Issue
Block a user