diff options
Diffstat (limited to 'src/gallium/auxiliary/hud')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxiliary/hud/hud_context.c index 672ff062830..6cfee81559e 100644 --- a/src/gallium/auxiliary/hud/hud_context.c +++ b/src/gallium/auxiliary/hud/hud_context.c @@ -697,7 +697,7 @@ hud_stop_queries(struct hud_context *hud, struct pipe_context *pipe) if (gr->current_value < LIST_ENTRY(struct hud_graph, next, head)->current_value) { LIST_DEL(&gr->head); - LIST_ADD(&gr->head, &next->head); + list_add(&gr->head, &next->head); } } } |