mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
trace: Fix typo.
This commit is contained in:
parent
52ecb8f563
commit
9d58b2a432
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue