trace: Fix typo.

This commit is contained in:
José Fonseca 2008-08-15 11:20:57 +01:00
parent 52ecb8f563
commit 9d58b2a432

View file

@ -80,7 +80,7 @@ trace_winsys_flush_frontbuffer(struct pipe_winsys *_winsys,
assert(surface);
if(surface->texture) {
struct trace_screen *tr_scr = trace_screen(surface->texture->screen);
struct trace_screen *tr_tex = trace_texture(tr_scr, surface->texture);
struct trace_texture *tr_tex = trace_texture(tr_scr, surface->texture);
struct trace_surface *tr_surf = trace_surface(tr_tex, surface);
surface = tr_surf->surface;
}