fix bad varname

This commit is contained in:
Brian
2007-11-07 08:21:14 -07:00
parent 601a9ea9a7
commit c3e7bb4127
+1 -1
View File
@@ -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)