mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
Quieten debug message.
This commit is contained in:
parent
496f9ddf35
commit
1eca12a7d9
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ intelMapScreenRegions(__DRIscreenPrivate *sPriv)
|
|||
* the renderbuffer address to point to the beginning of the
|
||||
* renderbuffer.
|
||||
*/
|
||||
intelScreen->front.map = sPriv->pFB;
|
||||
intelScreen->front.map = (char *)sPriv->pFB;
|
||||
if (intelScreen->front.map == NULL) {
|
||||
fprintf(stderr, "Failed to find framebuffer mapping\n");
|
||||
return GL_FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue