mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
fix bad varname
This commit is contained in:
parent
601a9ea9a7
commit
c3e7bb4127
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ xm_surface_alloc(struct pipe_winsys *ws, GLuint pipeFormat)
|
|||
|
||||
|
||||
static void
|
||||
xm_surface_release(struct pipe_winsys *ws, struct pipe_surface **s)
|
||||
xm_surface_release(struct pipe_winsys *winsys, struct pipe_surface **s)
|
||||
{
|
||||
struct pipe_surface *surf = *s;
|
||||
if (surf->region)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue