mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
dri glx: Propagate driver MakeCurrent errors.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
This commit is contained in:
parent
fbabeb9b56
commit
c952b3e907
1 changed files with 1 additions and 2 deletions
|
|
@ -200,9 +200,8 @@ static int driBindContext(__DRIcontext *pcp,
|
|||
}
|
||||
|
||||
/* Call device-specific MakeCurrent */
|
||||
(*psp->DriverAPI.MakeCurrent)(pcp, pdp, prp);
|
||||
|
||||
return GL_TRUE;
|
||||
return (*psp->DriverAPI.MakeCurrent)(pcp, pdp, prp);
|
||||
}
|
||||
|
||||
/*@}*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue