From 80b8b9c8a4557f178d01d98bc88c9b2f944af305 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 25 Dec 2016 20:21:21 +0100 Subject: gallium/hud: add an option to reset the color counter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- src/gallium/auxiliary/hud/hud_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/hud/hud_private.h') diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h index 5132b3d2c4f..479ece51dbc 100644 --- a/src/gallium/auxiliary/hud/hud_private.h +++ b/src/gallium/auxiliary/hud/hud_private.h @@ -73,6 +73,7 @@ struct hud_pane { struct list_head graph_list; unsigned num_graphs; + unsigned next_color; }; -- cgit v1.2.3